Commit b6a41a6e authored by R. RyanTM's avatar R. RyanTM
Browse files

nakama: 3.30.0 -> 3.31.0

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

buildGoModule rec {
  pname = "nakama";
  version = "3.30.0";
  version = "3.31.0";

  src = fetchFromGitHub {
    owner = "heroiclabs";
    repo = "nakama";
    tag = "v${version}";
    hash = "sha256-G+cNR4Ny8aR3ByuKvrCTp3U+GXpdYaHlrZqifoWDce0=";
    hash = "sha256-e31Mn4Ma+7vjOtwV13w79AshN9LCg2V0V3h9sSaad1U=";
  };

  vendorHash = null;