gron: switch to go_1_17

Just needed a hash regen.
This commit is contained in:
Colin
2022-02-05 17:37:29 +10:00
committed by GitHub
parent d2a7b17640
commit 5c11ca256f
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ buildGoModule rec {
})
];
vendorSha256 = "0va88c3rjlc2nbpqx4ila36rwrx57wcdhig4jp9q58vv4zqc2yxy";
vendorSha256 = "sha256-Evn5R/LzripRgG0zOVP/DJrtjwNRwgKapsRdtZaZhlU=";
meta = with lib; {
description = "Make JSON greppable!";
+1 -3
View File
@@ -6212,9 +6212,7 @@ with pkgs;
inherit (xorg) libXdmcp;
};
gron = callPackage ../development/tools/gron {
buildGoModule = buildGo116Module;
};
gron = callPackage ../development/tools/gron { };
groonga = callPackage ../servers/search/groonga { };