gotop: switch to go 1.19

This commit is contained in:
zowoq
2022-10-09 14:23:40 +10:00
parent 27407adae9
commit ea57902e29
2 changed files with 2 additions and 1 deletions
+1 -1
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}" ];
+1
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 { };