Merge pull request #306063 from r-ryantm/auto-update/cargo-semver-checks

cargo-semver-checks: 0.30.0 -> 0.31.0

authored by Matthias Beyer and committed by GitHub b45dd741 96d17eb0

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-semver-checks/default.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "cargo-semver-checks"; 13 - version = "0.30.0"; 13 + version = "0.31.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "obi1kenobi"; 17 17 repo = pname; 18 18 rev = "v${version}"; 19 - hash = "sha256-5+UE1Ka2pciuNrkrPDCJMp12+IUbgq7k3cKSP5pahw4="; 19 + hash = "sha256-iumHMVDlgwjjQsn0aoSJUPoOKmLztD47b7he2nJhins="; 20 20 }; 21 21 22 - cargoHash = "sha256-GuajrFdPlgneL95eWT3n2MdzfsbuID/pI9ED8TlVOCo="; 22 + cargoHash = "sha256-/mrVrbPHi4lo2iu/IWwDYIjqWZYNkm/4lWpRMLKBNpA="; 23 23 24 24 nativeBuildInputs = [ 25 25 cmake