nakama: 3.37.0 -> 3.38.0

This commit is contained in:
R. Ryantm
2026-03-20 19:38:05 +00:00
parent 1343204ea1
commit fde57e05c6
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "nakama";
version = "3.37.0";
version = "3.38.0";
src = fetchFromGitHub {
owner = "heroiclabs";
repo = "nakama";
tag = "v${finalAttrs.version}";
hash = "sha256-zNBZe6N44xsGduvASZ3CDLWXVTdvvIjUgshNgGjvOyc=";
hash = "sha256-sI+uTjP/ONLhYC3kqVlKNEqbrI8fABOHckrz0pg7Hi0=";
};
vendorHash = null;