nakama: 3.29.0 -> 3.30.0

This commit is contained in:
R. Ryantm
2025-08-10 19:30:36 +00:00
parent b1b0d690fb
commit 6884cfa291
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nakama";
version = "3.29.0";
version = "3.30.0";
src = fetchFromGitHub {
owner = "heroiclabs";
repo = "nakama";
tag = "v${version}";
hash = "sha256-mgHvgq/sbwWVIKpfQuZVp9xHgVHOMYJt2YEdeKTaDqA=";
hash = "sha256-G+cNR4Ny8aR3ByuKvrCTp3U+GXpdYaHlrZqifoWDce0=";
};
vendorHash = null;