Skip to content

Commit

Permalink
cargo-valgrind: 2.1.1 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 31, 2024
1 parent 151889c commit 8a62570
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-valgrind/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-valgrind";
version = "2.1.1";
version = "2.1.0";

src = fetchFromGitHub {
owner = "jfrimmel";
repo = "cargo-valgrind";
rev = "v${version}";
sha256 = "sha256-l/1paghG/ARD0JfzNh0xj2UD5kW6FddM8Xrd/FCygYc=";
sha256 = "sha256-FCz15kMSKckifYWSTMGqJbRpZ8X/AM5dSw46dg8ERcY=";
};

cargoHash = "sha256-9/kIIZDIsOhUvRT3TyXN5PGFUB+a8m2yXmzBbsPUK28=";
cargoHash = "sha256-csSUe2qUIN2xKOMHWyM56FZyCwKPdfAI0NrFiDOtRiE=";

passthru = {
updateScript = nix-update-script { };
Expand Down

0 comments on commit 8a62570

Please sign in to comment.