nakama: 3.31.0 -> 3.32.0

This commit is contained in:
R. Ryantm
2025-09-25 03:46:59 +00:00
parent 2cd3cac166
commit 749f9aff76
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nakama";
version = "3.31.0";
version = "3.32.0";
src = fetchFromGitHub {
owner = "heroiclabs";
repo = "nakama";
tag = "v${version}";
hash = "sha256-e31Mn4Ma+7vjOtwV13w79AshN9LCg2V0V3h9sSaad1U=";
hash = "sha256-Ly8NYqaJIC/ySPrCiEwwWR3+Zyk6dEW0r7SeyOS1CwE=";
};
vendorHash = null;