3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #191456 from r-ryantm/auto-update/cargo-udeps

cargo-udeps: 0.1.32 -> 0.1.33
This commit is contained in:
Mario Rodas 2022-09-17 09:18:08 -05:00 committed by GitHub
commit e59f4ee4bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-udeps";
version = "0.1.32";
version = "0.1.33";
src = fetchFromGitHub {
owner = "est31";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Ev7hLtE5/PqeM39nyWaMyIhFsEZnXbdyU8Q5PET98lQ=";
sha256 = "sha256-Fl/4RsWHjWYJ76mD59m9Gcs2hz7bwnd0YWpZnVgMKjg=";
};
cargoSha256 = "sha256-3+6hZCYiyG6fgyJpjCcY1dzDK0kwVjsyckPIq/8Zfm0=";
cargoSha256 = "sha256-kQwg1R+rvg2Tw27pTkrOi5QpPF3Q1woPsjac9RDYCyg=";
nativeBuildInputs = [ pkg-config ];