nakama: 3.30.0 -> 3.31.0

This commit is contained in:
R. Ryantm
2025-09-13 23:49:38 +00:00
parent ca265c1933
commit b6a41a6eb4
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nakama";
version = "3.30.0";
version = "3.31.0";
src = fetchFromGitHub {
owner = "heroiclabs";
repo = "nakama";
tag = "v${version}";
hash = "sha256-G+cNR4Ny8aR3ByuKvrCTp3U+GXpdYaHlrZqifoWDce0=";
hash = "sha256-e31Mn4Ma+7vjOtwV13w79AshN9LCg2V0V3h9sSaad1U=";
};
vendorHash = null;