mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 05:28:45 +00:00
wgo: 0.5.1 -> 0.5.3
This commit is contained in:
parent
b54b40f7b4
commit
44ca3421e5
@ -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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user