gron: switch to go_1_17

Just needed a hash regen.
This commit is contained in:
Colin 2022-02-05 02:37:29 -05:00 committed by GitHub
parent d2a7b17640
commit 5c11ca256f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -19,7 +19,7 @@ buildGoModule rec {
})
];
vendorSha256 = "0va88c3rjlc2nbpqx4ila36rwrx57wcdhig4jp9q58vv4zqc2yxy";
vendorSha256 = "sha256-Evn5R/LzripRgG0zOVP/DJrtjwNRwgKapsRdtZaZhlU=";
meta = with lib; {
description = "Make JSON greppable!";

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 { };