Skip to content

Commit

Permalink
topgrade: 5.1.0 -> 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 31, 2020
1 parent dd049a4 commit 7f1281f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/topgrade/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "topgrade";
version = "5.1.0";
version = "5.3.0";

src = fetchFromGitHub {
owner = "r-darwish";
repo = pname;
rev = "v${version}";
sha256 = "0cnzla5x4y4j658zihlnrghry4c3695gi0marwygh7vcfxqh0vlh";
sha256 = "1rksd6bbnxaq8rfr5kabcl6xr6paqs0zg57xvn3vzpnnf41g1m3v";
};

cargoSha256 = "16y71dd775knkq04x6qjs6zf3b9z12vz5xhqm18sl2bm3sbsq4pc";
cargoSha256 = "190sbp8j265iyxvl3rqs5q4wp6wk5c82f2yb46yhdmlm410zck47";

buildInputs = lib.optional stdenv.isDarwin Foundation;

Expand Down

0 comments on commit 7f1281f

Please sign in to comment.