Skip to content

Commit

Permalink
Merge pull request #93498 from r-ryantm/auto-update/cargo-udeps
Browse files Browse the repository at this point in the history
cargo-udeps: 0.1.12 -> 0.1.13
  • Loading branch information
danieldk committed Jul 20, 2020
2 parents 53f42f2 + 58c2a5f commit a8546a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-udeps/default.nix
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-udeps";
version = "0.1.12";
version = "0.1.13";

src = fetchFromGitHub {
owner = "est31";
repo = pname;
rev = "v${version}";
sha256 = "1hf2zkv3yd72kkvdwigms3wzchmh4i56ym3swpx35dij2h8g08mx";
sha256 = "0wxpzrcrdxlihzxzqmrhii5bfxknliqb4d5mka4k42x5vim8pq2f";
};

cargoSha256 = "0xb9fmcrsm47zkb26jw5rsi9wfz3jh19fbc74gnsrffdmfsd7mm2";
cargoSha256 = "0q1q7x1205a8dp35d4dds3mizl6y4d3rfc5gkarri1g189nrk5pl";

nativeBuildInputs = [ pkgconfig ];

Expand Down

0 comments on commit a8546a0

Please sign in to comment.