Skip to content

Commit

Permalink
emplace: 0.3.9 -> 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 18, 2021
1 parent ef2abc2 commit f969aa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/emplace/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

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

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

cargoSha256 = "0bjw3fvc430b1jxla25clr75c94p2ms7d94j72d8mirxsiklgsp9";
cargoSha256 = "sha256-62DHIIwloB+pPAZnOEfLJzAWrRJSxPp4IghBh6lRuc8=";

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

0 comments on commit f969aa0

Please sign in to comment.