nwg-dock: 0.3.2 -> 0.3.3

This commit is contained in:
R. Ryantm 2022-12-28 11:30:12 +00:00 committed by Bobby Rong
parent 13f2d0a2b8
commit e4604fb4e6

View file

@ -8,16 +8,16 @@
buildGoModule rec { buildGoModule rec {
pname = "nwg-dock"; pname = "nwg-dock";
version = "0.3.2"; version = "0.3.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nwg-piotr"; owner = "nwg-piotr";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-X2AhzQsgUWHkPp1YoAxcbq+Oni9C6Yrnyt+Plxya8OI="; sha256 = "sha256-RCVG38Y8VV7qGz/CaOZ4aw4Sg3PQdrB29zZqATjvYDQ=";
}; };
vendorSha256 = "sha256-5vGfWEBiC3ZJzVTHaOPbaaK/9+yg7Nj0mpbJbYpbY/A="; vendorSha256 = "sha256-WDygnKdldZda4GadfStHWsDel1KLdzjVjw0RxmnFPRE=";
ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ];