mangal: switch to go 1.19

This commit is contained in:
zowoq
2022-10-09 14:23:40 +10:00
parent 8b4a4570ab
commit 9e0444931c
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ buildGoModule rec {
};
proxyVendor = true;
vendorSha256 = "sha256-Faz/cujnbK83vrIM1KUWXbUzNIB9eYAWCqWs+oJ1sYk=";
vendorSha256 = "sha256-dHwookjeF8U/2i0Totho0HY7FdOr/jABmqlQelthc6E=";
ldflags = [ "-s" "-w" ];
+3 -1
View File
@@ -731,7 +731,9 @@ with pkgs;
graph-easy = callPackage ../tools/graphics/graph-easy { };
mangal = callPackage ../applications/misc/mangal { };
mangal = callPackage ../applications/misc/mangal {
buildGoModule = buildGo119Module;
};
graphw00f = callPackage ../tools/security/graphw00f { };