Merge pull request #150266 from r-ryantm/auto-update/cargo-feature

cargo-feature: 0.5.5 -> 0.6.0

authored by Ryan Mulligan and committed by GitHub c152cb71 ceef03d9

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-feature/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "cargo-feature"; 5 - version = "0.5.5"; 6 7 src = fetchFromGitHub { 8 owner = "Riey"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-0Ski+LytE636HHduisYJJq3khRsaJJ4YhpmaU5On348="; 12 }; 13 14 - cargoSha256 = "sha256-PA/s/BrqUftdGc5Lvd0glL9Dr8GLX9pYMq6WRRUQwEk="; 15 16 buildInputs = lib.optional stdenv.isDarwin libiconv; 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "cargo-feature"; 5 + version = "0.6.0"; 6 7 src = fetchFromGitHub { 8 owner = "Riey"; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-9TP67YtvRtgLtsKACL5xjXq5kZtYpTWsTqQsbOKPwtY="; 12 }; 13 14 + cargoSha256 = "sha256-MkLsQebQdqfUuARIdQZg47kMPudstJUgRQgUuovoLes="; 15 16 buildInputs = lib.optional stdenv.isDarwin libiconv; 17