nakama: 3.35.0 -> 3.35.1

This commit is contained in:
R. Ryantm
2025-12-09 09:12:08 +00:00
parent 67e26173df
commit c66616dbc6
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "nakama";
version = "3.35.0";
version = "3.35.1";
src = fetchFromGitHub {
owner = "heroiclabs";
repo = "nakama";
tag = "v${version}";
hash = "sha256-/QaidNVITWe91jL0YdinOlgj0xY64GV3iNG4bHRM2AM=";
hash = "sha256-CntKCWfhK6UjM7NWdzhHfpbll693vmFxgsyoaxyyCQs=";
};
vendorHash = null;