nakama: 3.27.1 -> 3.29.0

This commit is contained in:
R. Ryantm
2025-07-31 18:46:56 +00:00
parent b4d340fb7b
commit 5af6264fd4
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nakama";
version = "3.27.1";
version = "3.29.0";
src = fetchFromGitHub {
owner = "heroiclabs";
repo = "nakama";
tag = "v${version}";
hash = "sha256-gMbDXkRxR6jAOHpA+JKQAWLpEW2CDXmGDTsX+Urf/ss=";
hash = "sha256-mgHvgq/sbwWVIKpfQuZVp9xHgVHOMYJt2YEdeKTaDqA=";
};
vendorHash = null;