Commit 46d651cc authored by R. RyanTM's avatar R. RyanTM
Browse files

nakama: 3.33.1 -> 3.34.1

parent 61630d4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "nakama";
  version = "3.33.1";
  version = "3.34.1";

  src = fetchFromGitHub {
    owner = "heroiclabs";
    repo = "nakama";
    tag = "v${version}";
    hash = "sha256-e+Z8BmEbBJazSorIYuVIbrwKHATN9SWTBOh60ol/c8g=";
    hash = "sha256-fCQM3e1lsy1xHxoUZnVxMsRh+RLvNGGCN86DsEMjQys=";
  };

  vendorHash = null;