wgo: 0.5.1 -> 0.5.3

This commit is contained in:
kashw2 2023-08-31 18:24:08 +10:00
parent b54b40f7b4
commit 44ca3421e5

View File

@ -5,7 +5,7 @@
let
pname = "wgo";
version = "0.5.1";
version = "0.5.3";
in
buildGoModule {
inherit pname version;
@ -14,10 +14,10 @@ buildGoModule {
owner = "bokwoon95";
repo = "wgo";
rev = "v${version}";
hash = "sha256-kfa3Lm2oJomhoHbtSPLylRr+BFGV/y7xqSIv3xHHg3Q=";
hash = "sha256-Uny5FiMox0oIaJ+WE7p3kw4guSzktEF+WzuxjgFXh2I=";
};
vendorHash = "sha256-jxyO3MGrC+y/jJuwur/+tLIsbxGnT57ZXYzaf1lCv7A=";
vendorHash = "sha256-w6UJxZToHbbQmuXkyqFzyssFcE+7uVNqOuIF/XKdEsU=";
ldflags = [ "-s" "-w" ];