git-toolbelt: 1.9.3 -> 1.9.4

This commit is contained in:
R. Ryantm
2025-08-29 17:13:32 +00:00
parent c8b00a145d
commit 3632ad8d50
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "git-toolbelt";
version = "1.9.3";
version = "1.9.4";
src = fetchFromGitHub {
owner = "nvie";
repo = "git-toolbelt";
rev = "v${finalAttrs.version}";
hash = "sha256-ANqv/iIDUyy2G4pKSw+2sutMEA0WhPN3OKfPTm5lwDU=";
hash = "sha256-6ubxMGDi5ocSh8q8rDujxpViT1OmVi7JzH+R6V/88UQ=";
};
nativeBuildInputs = [ makeWrapper ];