git-igitt: 0.1.19 -> 0.1.21

This commit is contained in:
R. Ryantm
2026-02-16 08:00:26 +00:00
parent 622f4ae163
commit db28e9c5e9
+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 ];