nakama: 3.32.0 -> 3.32.1

This commit is contained in:
R. Ryantm
2025-10-17 19:27:05 +00:00
parent 228819d195
commit eb2e09c2fa
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nakama";
version = "3.32.0";
version = "3.32.1";
src = fetchFromGitHub {
owner = "heroiclabs";
repo = "nakama";
tag = "v${version}";
hash = "sha256-Ly8NYqaJIC/ySPrCiEwwWR3+Zyk6dEW0r7SeyOS1CwE=";
hash = "sha256-guoKppChjT4f1IOM4Cxg6XZkJrYNVv9gwOTy57t7wDs=";
};
vendorHash = null;