Skip to content

Commit

Permalink
Merge pull request #329795 from r-ryantm/auto-update/cargo-semver-checks
Browse files Browse the repository at this point in the history
cargo-semver-checks: 0.32.0 -> 0.33.0
  • Loading branch information
matthiasbeyer authored Jul 25, 2024
2 parents c1fd3ba + 2f5fb56 commit d423924
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-semver-checks/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-semver-checks";
version = "0.32.0";
version = "0.33.0";

src = fetchFromGitHub {
owner = "obi1kenobi";
repo = pname;
rev = "v${version}";
hash = "sha256-2B9i9S6OY+7DEorZoXfQQx9cEU2Y8FoyIyytJ8C7dXU=";
hash = "sha256-E9jEZXD7nY90v35y4Wv1cUp2aoKzC7dR9bFOTI+2fqo=";
};

cargoHash = "sha256-S03fgnefhU6c5e9YtFMBart+nfBQj7f4O+lSPe8fgqg=";
cargoHash = "sha256-1lHF8S0Xf5iOLQyARoYeWGGC9i68GVpk3EvSHo21Q2w=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit d423924

Please sign in to comment.