gotop: switch to go 1.19

This commit is contained in:
zowoq 2022-10-09 10:33:14 +10:00
parent 27407adae9
commit ea57902e29
2 changed files with 2 additions and 1 deletions

View file

@ -23,7 +23,7 @@ buildGoModule rec {
};
proxyVendor = true;
vendorSha256 = "sha256-gpgduZbFCMMg/mXefhwMHvs4omml3RZ0h5XexO5vslM=";
vendorSha256 = "sha256-KLeVSrPDS1lKsKFemRmgxT6Pxack3X3B/btSCOUSUFY=";
ldflags = [ "-s" "-w" "-X main.Version=v${version}" ];

View file

@ -25069,6 +25069,7 @@ with pkgs;
gotop = callPackage ../tools/system/gotop {
inherit (darwin.apple_sdk.frameworks) IOKit;
buildGoModule = buildGo119Module;
};
go-migrate = callPackage ../development/tools/go-migrate { };