nakama: 3.38.0 -> 3.39.0

This commit is contained in:
R. Ryantm
2026-05-20 18:39:31 +00:00
parent b34d83610c
commit 4ef45c6639
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "nakama";
version = "3.38.0";
version = "3.39.0";
src = fetchFromGitHub {
owner = "heroiclabs";
repo = "nakama";
tag = "v${finalAttrs.version}";
hash = "sha256-sI+uTjP/ONLhYC3kqVlKNEqbrI8fABOHckrz0pg7Hi0=";
hash = "sha256-+yHQ2KxH/Kzv8s3hPsOh3IQZvSPeAwWHYHHHh3NR8VA=";
};
vendorHash = null;