Skip to content

Commit

Permalink
emplace: 0.4.1 -> 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Br1ght0ne committed Jan 20, 2021
1 parent 92c884d commit 4ac13b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/emplace/default.nix
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "emplace";
version = "0.4.1";
version = "0.4.2";

src = fetchFromGitHub {
owner = "tversteeg";
repo = pname;
rev = "v${version}";
sha256 = "sha256-iPfE2z98j93zqK2uZ8R+Fy2qNOCH9oCxHgeedvs/onY=";
sha256 = "sha256-74jv5GvBSErU5qjd4QmAK4JZhqFoqBf3cNxOGLIqt9U=";
};

cargoSha256 = "sha256-62DHIIwloB+pPAZnOEfLJzAWrRJSxPp4IghBh6lRuc8=";
cargoSha256 = "sha256-SPHXkvtUL6hdYOE1fUIQLEqWzn68RVBiu6zJQJ/3BxQ=";

meta = with lib; {
description = "Mirror installed software on multiple machines";
Expand Down

0 comments on commit 4ac13b8

Please sign in to comment.