Skip to content

Commit

Permalink
Merge pull request NixOS#335678 from bobrik/ivan/cargo-whatfeatures-0…
Browse files Browse the repository at this point in the history
….9.13

cargo-whatfeatures: 0.9.12 -> 0.9.13
  • Loading branch information
donovanglover authored Aug 18, 2024
2 parents 1e21ada + c81ad34 commit 1992480
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-whatfeatures/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-whatfeatures";
version = "0.9.12";
version = "0.9.13";

src = fetchFromGitHub {
owner = "museun";
repo = pname;
rev = "v${version}";
sha256 = "sha256-62eEHxX+Gsz+Bif1ev0nTRituRkfqlGYZfa9cFkO26M=";
sha256 = "sha256-YJ08oBTn9OwovnTOuuc1OuVsQp+/TPO3vcY4ybJ26Ms=";
};

cargoHash = "sha256-bk/mbQu4lzhA9ct7cws70MYuj8oNEBgC+0EjHlaN1lc=";
cargoHash = "sha256-Zi9FCNBxQ9S4S9k6hoMUOixTs6PJyxmgTB+ArrX8oBE=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit 1992480

Please sign in to comment.