git-toolbelt: 1.10.0 -> 1.11.0 (#522755)

This commit is contained in:
Yohann Boniface
2026-07-07 20:14:28 +00:00
committed by GitHub
+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 ];