git-toolbelt: 1.10.0 -> 1.11.0

This commit is contained in:
R. Ryantm
2026-05-21 18:48:21 +00:00
parent fcc5c71310
commit f013dc41fe
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "git-toolbelt";
version = "1.10.0";
version = "1.11.0";
src = fetchFromGitHub {
owner = "nvie";
repo = "git-toolbelt";
tag = "v${finalAttrs.version}";
hash = "sha256-2jpgwB2DEoRtV+WGe81X1rnC7T4+FmJovOFx+4lifQw=";
hash = "sha256-5ywYbZeMqHU7/nnnINeR0BfVBxxgYmeXvjIuC45V43g=";
};
nativeBuildInputs = [ makeWrapper ];