nwg-dock: 0.3.2 -> 0.3.3

This commit is contained in:
R. Ryantm
2023-01-02 23:58:13 +08:00
committed by Bobby Rong
parent 13f2d0a2b8
commit e4604fb4e6
+3 -3
View File
@@ -8,16 +8,16 @@
buildGoModule rec {
pname = "nwg-dock";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-X2AhzQsgUWHkPp1YoAxcbq+Oni9C6Yrnyt+Plxya8OI=";
sha256 = "sha256-RCVG38Y8VV7qGz/CaOZ4aw4Sg3PQdrB29zZqATjvYDQ=";
};
vendorSha256 = "sha256-5vGfWEBiC3ZJzVTHaOPbaaK/9+yg7Nj0mpbJbYpbY/A=";
vendorSha256 = "sha256-WDygnKdldZda4GadfStHWsDel1KLdzjVjw0RxmnFPRE=";
ldflags = [ "-s" "-w" ];