cargo-semver-checks: 0.42.0 -> 0.43.0 (#432983)

Co-authored-by: matthiasbeyer <mail@beyermatthias.de>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-08-12 06:32:40 +00:00 committed by GitHub
commit b6705ec389
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,16 +11,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-semver-checks";
version = "0.42.0";
version = "0.43.0";
src = fetchFromGitHub {
owner = "obi1kenobi";
repo = "cargo-semver-checks";
tag = "v${version}";
hash = "sha256-NPxb2fS5EuymUP0h0HGZ++goOeGwATlpQeRzAPbnF94=";
hash = "sha256-SfmixBe7M0wnKEIBCpae2ypqgsTb5/AC0GwI42uMGlE=";
};
cargoHash = "sha256-ACTrtJ/iwCFZf8kH2Sdxx1B8ZKDIiu6elAGJOYbxqs0=";
cargoHash = "sha256-OD3N1rtgXQhWNfFjnLLrkBvC9Ra9EBNv6GqtX0ai4Gs=";
nativeBuildInputs = [
cmake