Skip to content

Commit

Permalink
cargo-crev: 0.17.0 -> 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 17, 2020
1 parent 9e1943e commit f5a0522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-crev/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-crev";
version = "0.17.0";
version = "0.18.0";

src = fetchFromGitHub {
owner = "crev-dev";
repo = "cargo-crev";
rev = "v${version}";
sha256 = "1s5wb5m0d77qi90pyxld98ap37xnxrz3sz5gazq0pp5i9c9xa124";
sha256 = "1ccwa44hpmpd57ff6w02rvrs63wxwmgls2i1rn285rxypmbysrp0";
};

cargoSha256 = "10dzvzjqib751h2p1pl0z3dy2d17xwrcp9vyfrfr185yximcw2wx";
cargoSha256 = "1sffivpgrn4my57pcrg46b2yg6fmhxj61d2sqvg60fjljrg595zn";

nativeBuildInputs = [ perl pkg-config ];

Expand Down

0 comments on commit f5a0522

Please sign in to comment.