gotop: update vendorSha256

This commit is contained in:
zowoq
2022-01-31 06:31:22 +10:00
parent 8a5ac31310
commit 06ced3b357
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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}" ];
+3 -1
View File
@@ -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 { };