cargo-guppy: 0.17.25 -> 0.17.26

This commit is contained in:
R. Ryantm
2026-05-28 21:27:51 +00:00
parent 26715113c9
commit ceb865704d
+3 -3
View File
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cargo-guppy";
version = "0.17.25";
version = "0.17.26";
src = fetchFromGitHub {
owner = "guppy-rs";
repo = "guppy";
tag = "guppy-${finalAttrs.version}";
hash = "sha256-wH14RCNjqbuJsyJdV3Vthulyd5GbLdfpoojK3F2muwM=";
hash = "sha256-y1P8w1nM//72afZeehsj8aQhjylL84FabAxw3iqvx0g=";
};
cargoHash = "sha256-fNbuVXFCqrQPT0q00VkOVXm1H7/7HjuK9JYZ0TRxMJk=";
cargoHash = "sha256-Pb0hXjuPoCoGDgoOyiyXG3DZNKRJ1ZIP8w38/KFRYHM=";
nativeBuildInputs = [ pkg-config ];