nakama: 3.36.0 -> 3.37.0

This commit is contained in:
R. Ryantm
2026-02-12 21:09:07 +00:00
parent 3cbf09a009
commit c68dff9e58
+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;