nakama: 3.33.1 -> 3.34.1
This commit is contained in:
@@ -6,13 +6,13 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "nakama";
|
pname = "nakama";
|
||||||
version = "3.33.1";
|
version = "3.34.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "heroiclabs";
|
owner = "heroiclabs";
|
||||||
repo = "nakama";
|
repo = "nakama";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-e+Z8BmEbBJazSorIYuVIbrwKHATN9SWTBOh60ol/c8g=";
|
hash = "sha256-fCQM3e1lsy1xHxoUZnVxMsRh+RLvNGGCN86DsEMjQys=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = null;
|
vendorHash = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user