mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
gron: switch to go_1_17
Just needed a hash regen.
This commit is contained in:
parent
d2a7b17640
commit
5c11ca256f
@ -19,7 +19,7 @@ buildGoModule rec {
|
||||
})
|
||||
];
|
||||
|
||||
vendorSha256 = "0va88c3rjlc2nbpqx4ila36rwrx57wcdhig4jp9q58vv4zqc2yxy";
|
||||
vendorSha256 = "sha256-Evn5R/LzripRgG0zOVP/DJrtjwNRwgKapsRdtZaZhlU=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Make JSON greppable!";
|
||||
|
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user