Merge pull request #287033 from figsoda/gtree

gtree: 1.10.7 -> 1.10.8
This commit is contained in:
Nikolay Korotkiy
2024-02-09 01:06:10 +04:00
committed by GitHub
2 changed files with 6 additions and 4 deletions
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "gtree";
version = "1.10.7";
version = "1.10.8";
src = fetchFromGitHub {
owner = "ddddddO";
repo = "gtree";
rev = "v${version}";
hash = "sha256-RdbUTYdHRjLal/4o6JlIZ9PZsGiO0VWArpIQQI5NkMI=";
hash = "sha256-gxX5Cq5SPDNWtwtuo35RW+N/WE0ZximxDlTi9TnTACM=";
};
vendorHash = "sha256-s6TT7baF07U12owOV/BiUJaXxyybfSy4Tr4euYCjlec=";
vendorHash = "sha256-5biKUOzYaVY+52f0ewvHslAnb+BM0BuqGrU8wwA3t+E=";
subPackages = [
"cmd/gtree"
+3 -1
View File
@@ -19240,7 +19240,9 @@ with pkgs;
gtranslator = callPackage ../tools/text/gtranslator { };
gtree = callPackage ../tools/text/gtree { };
gtree = callPackage ../tools/text/gtree {
buildGoModule = buildGo122Module;
};
guff = callPackage ../tools/graphics/guff { };