Skip to content

Commit

Permalink
Merge pull request NixOS#264383 from r-ryantm/auto-update/cargo-semve…
Browse files Browse the repository at this point in the history
…r-checks

cargo-semver-checks: 0.24.1 -> 0.24.2
  • Loading branch information
figsoda authored Oct 30, 2023
2 parents 6881ad8 + 220628e commit b19b877
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.24.1";
version = "0.24.2";

src = fetchFromGitHub {
owner = "obi1kenobi";
repo = pname;
rev = "v${version}";
hash = "sha256-RElxCmffF1PKSgg9ATI7zY/lqD+vUaW/rnKtk7VEa+c=";
hash = "sha256-bfkRuFVlKfzyTomFhgnxbDj76Mfq/Q/Y3ZQUuMpkYQ0=";
};

cargoHash = "sha256-ozd8bjsVCmUunFLXb/bdeMQZ1VjNPLnccO1fxp0N3m4=";
cargoHash = "sha256-poPTFF+XCAHhHftxOOPaN+dixX2uqtZVfn20DB+cZ5o=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit b19b877

Please sign in to comment.