nakama: 3.36.0 -> 3.37.0 (#489921)

This commit is contained in:
Nick Cao
2026-02-12 22:44:10 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "nakama";
version = "3.36.0";
version = "3.37.0";
src = fetchFromGitHub {
owner = "heroiclabs";
repo = "nakama";
tag = "v${finalAttrs.version}";
hash = "sha256-QPp9VnPh4pP9k7Ee7ydl67wpA13lIVSjkTT3r2qqp14=";
hash = "sha256-zNBZe6N44xsGduvASZ3CDLWXVTdvvIjUgshNgGjvOyc=";
};
vendorHash = null;