gsctl: 1.1.5 -> 1.1.6

This commit is contained in:
R. Ryantm 2022-07-28 13:55:12 +00:00
parent 2d9b7cb5f0
commit 89c98b9065

View file

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "gsctl"; pname = "gsctl";
version = "1.1.5"; version = "1.1.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "giantswarm"; owner = "giantswarm";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-P1hJoZ1YSZTCo5ha/Um/nYVVhbYC3dcrQGJYTSnqNu4="; sha256 = "sha256-eemPsrSFwgUR1Jz7283jjwMkoJR38QiaiilI9G0IQuo=";
}; };
vendorSha256 = "sha256-NeRABlKUpD2ZHRid/vu34Dh9uHZ+7IXWFPX8jkexUog="; vendorSha256 = "sha256-6b4H8YAY8d/qIGnnGPYZoXne1LXHLsc0OEq0lCeqivo=";
ldflags = [ ldflags = [
"-s" "-w" "-s" "-w"