mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 14:18:32 +00:00
gotop: switch to go 1.19
This commit is contained in:
parent
27407adae9
commit
ea57902e29
@ -23,7 +23,7 @@ buildGoModule rec {
|
||||
};
|
||||
|
||||
proxyVendor = true;
|
||||
vendorSha256 = "sha256-gpgduZbFCMMg/mXefhwMHvs4omml3RZ0h5XexO5vslM=";
|
||||
vendorSha256 = "sha256-KLeVSrPDS1lKsKFemRmgxT6Pxack3X3B/btSCOUSUFY=";
|
||||
|
||||
ldflags = [ "-s" "-w" "-X main.Version=v${version}" ];
|
||||
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user