cargo-semver-checks: 0.41.0 -> 0.42.0 (#426007)

This commit is contained in:
Matthias Beyer
2025-07-17 09:19:58 +02:00
committed by GitHub
@@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-semver-checks";
version = "0.41.0";
version = "0.42.0";
src = fetchFromGitHub {
owner = "obi1kenobi";
repo = "cargo-semver-checks";
tag = "v${version}";
hash = "sha256-84tRzqJqvm+ermtWMCkOIUmNeH/RLf8IUTIsEVPbGQk=";
hash = "sha256-NPxb2fS5EuymUP0h0HGZ++goOeGwATlpQeRzAPbnF94=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-8VtSQZHR8L6nijcN71ey9nW5nrAsPK6qyqJSWQDz8uw=";
cargoHash = "sha256-ACTrtJ/iwCFZf8kH2Sdxx1B8ZKDIiu6elAGJOYbxqs0=";
nativeBuildInputs = [
cmake