gotop: 4.1.3 -> 4.1.4

This commit is contained in:
Louis Bettens 2022-07-15 21:05:20 +02:00 committed by Bjørn Forsman
parent 47f2e35786
commit 1fc760e913

View File

@ -2,17 +2,17 @@
buildGoModule rec {
pname = "gotop";
version = "4.1.3";
version = "4.1.4";
src = fetchFromGitHub {
owner = "xxxserxxx";
repo = pname;
rev = "v${version}";
hash = "sha256-oDM+dpAT1vDpp2NkD669hwbgw7HWJGFqhsql9PvbxSk=";
hash = "sha256-jAUlaj9Nv/ipzxAkG2myd9DIboHj7IarNMVk/FQ274g=";
};
proxyVendor = true;
vendorSha256 = "sha256-WGLcpF1NqVQDiU3M9rQ555ZW3sDC3Szch+skTZgt0xg=";
vendorSha256 = "sha256-y4hVouvqMYUrdF7fowsvJLp0FCGCZDeVGUQXG8z8Lyg=";
ldflags = [ "-s" "-w" "-X main.Version=v${version}" ];