mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
gotop: update vendorSha256
This commit is contained in:
parent
8a5ac31310
commit
06ced3b357
@ -12,7 +12,7 @@ buildGoModule rec {
|
||||
};
|
||||
|
||||
proxyVendor = true;
|
||||
vendorSha256 = "sha256-c+9IZEKiW95JIh6krs9NhdBohUatTTEIYBU13kj9zB8=";
|
||||
vendorSha256 = "sha256-WwHaprq4+4uduiKpNu5iVcV6qJsYX/aSXJAJWpbDVqc=";
|
||||
|
||||
ldflags = [ "-s" "-w" "-X main.Version=v${version}" ];
|
||||
|
||||
|
@ -22817,7 +22817,9 @@ with pkgs;
|
||||
|
||||
gotools = callPackage ../development/tools/gotools { };
|
||||
|
||||
gotop = callPackage ../tools/system/gotop { };
|
||||
gotop = callPackage ../tools/system/gotop {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
go-migrate = callPackage ../development/tools/go-migrate { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user