nakama: 3.26.0 -> 3.27.1

This commit is contained in:
R. Ryantm
2025-05-23 21:21:54 +00:00
parent 980ae9854c
commit 48f6519ca3
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nakama";
version = "3.26.0";
version = "3.27.1";
src = fetchFromGitHub {
owner = "heroiclabs";
repo = "nakama";
tag = "v${version}";
hash = "sha256-so8N2gk4TfeJy30XxiXH7utXs8InvnXm68ZoSvFykQk=";
hash = "sha256-gMbDXkRxR6jAOHpA+JKQAWLpEW2CDXmGDTsX+Urf/ss=";
};
vendorHash = null;