gate: 0.37.1 -> 0.38.0

This commit is contained in:
R. Ryantm 2024-06-25 20:19:11 +00:00
parent 194ab008e6
commit 3974c019db

View File

@ -5,7 +5,7 @@
let let
pname = "gate"; pname = "gate";
version = "0.37.1"; version = "0.38.0";
in in
buildGoModule { buildGoModule {
inherit pname version; inherit pname version;
@ -14,7 +14,7 @@ buildGoModule {
owner = "minekube"; owner = "minekube";
repo = "gate"; repo = "gate";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-2oWC6l6SFrulk0EPLVtFfMKfVPHZFOngKjvOLprg/Yk="; hash = "sha256-kiVyrmAXRDreGIBq9bJhscULjbPgoDVv8kw9APJ5TQk=";
}; };
vendorHash = "sha256-JaBcGcqFqp9Il3FyU/QwThuggzPg8HWScvFHEAgtgBU="; vendorHash = "sha256-JaBcGcqFqp9Il3FyU/QwThuggzPg8HWScvFHEAgtgBU=";