Merge pull request #316198 from r-ryantm/auto-update/gate

gate: 0.36.7 -> 0.37.0
This commit is contained in:
Markus Kowalewski 2024-06-01 15:17:57 +00:00 committed by GitHub
commit 4d3672f135
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
let let
pname = "gate"; pname = "gate";
version = "0.36.7"; version = "0.37.0";
in in
buildGoModule { buildGoModule {
inherit pname version; inherit pname version;
@ -14,10 +14,10 @@ buildGoModule {
owner = "minekube"; owner = "minekube";
repo = "gate"; repo = "gate";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-WHxpx20O/HuCWqbY4zTxcjyIhW3+FQtTz5sUGAda71g="; hash = "sha256-TsyiAPhSjz7xzvxx6EJswwUasMr/GCf+QXcSFgaG1Ko=";
}; };
vendorHash = "sha256-dswNJQWqN+u/mnpbj9se2j9uEi0ewNTXVlN3WnNbcyg="; vendorHash = "sha256-Ls99x08erFM6iP0UlMteafD4FCiq6HMF2ME89jyOEdE=";
ldflags = [ "-s" "-w" ]; ldflags = [ "-s" "-w" ];