Skip to content

Commit

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

cargo-semver-checks: 0.28.0 -> 0.29.0
  • Loading branch information
marsam authored Feb 19, 2024
2 parents 69ba193 + 043b7d3 commit 270d05d
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.28.0";
version = "0.29.0";

src = fetchFromGitHub {
owner = "obi1kenobi";
repo = pname;
rev = "v${version}";
hash = "sha256-5QXTbsNp36jYrcSDmCXT5Nmhhr9TaWpF3QqaCKv5TTg=";
hash = "sha256-RclZ52E8xslHO5M+jwwC3BVe8QFam9/j7rlh/FoNgN8=";
};

cargoHash = "sha256-uRgSNVleGzD75q16hd/AOl23DT1btWGuNgZ2IprGa7k=";
cargoHash = "sha256-On6MU76Ehk2b+9hzUXN/PHr5BQTNcGIgQZUkPFBIl2Y=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit 270d05d

Please sign in to comment.