git-igitt: 0.1.19 -> 0.1.21 (#490962)

This commit is contained in:
Nick Cao
2026-02-16 22:48:59 +00:00
committed by GitHub
+3 -3
View File
@@ -11,16 +11,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "git-igitt";
version = "0.1.19";
version = "0.1.21";
src = fetchFromGitHub {
owner = "mlange-42";
repo = "git-igitt";
rev = "v${finalAttrs.version}";
hash = "sha256-kryC07G/sMMtz1v6EZPYdCunl/CjC4H+jAV3Y91X9Cg=";
hash = "sha256-5AVKBew+HShWFZwm4xRmRSL76N2c84Yi97jgcqsslxM=";
};
cargoHash = "sha256-45ME5Uaqa6qKuqvO1ETEVrySiAylPmx30uShQPPGNmY=";
cargoHash = "sha256-Z+Y6h9QYszpXFmahU5qXNHvuC4uJ4wJiCd39wndxw5c=";
nativeBuildInputs = [ pkg-config ];