cargo-sonar: 1.3.0 -> 1.3.1 (#425660)

This commit is contained in:
Matthias Beyer 2025-07-16 18:08:57 +02:00 committed by GitHub
commit 792fafb61f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,17 +7,17 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cargo-sonar";
version = "1.3.0";
version = "1.3.1";
src = fetchFromGitLab {
owner = "woshilapin";
repo = "cargo-sonar";
tag = finalAttrs.version;
hash = "sha256-f319hi6mrnlHTvsn7kN2wFHyamXtplLZ8A6TN0+H3jY=";
hash = "sha256-QK5hri+H1sphk+/0gU5iGrFo6POP/sobq0JL7Q+rJcc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-KLw6kAR2pF5RFhRDfsL093K+jk3oiSHLZ2CQvrBuhWY=";
cargoHash = "sha256-d6LXzWjt2Esbxje+gc8gRA72uxHE2kTUNKdhDlAP0K0=";
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];