Unverified Commit 29789329 authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

Merge pull request #274525 from r-ryantm/auto-update/hyperrogue

hyperrogue: 12.1y -> 12.1z
parents 9e4896ba 770d67f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
  pname = "hyperrogue";
  version = "12.1y";
  version = "12.1z";

  src = fetchFromGitHub {
    owner = "zenorogue";
    repo = "hyperrogue";
    rev = "v${version}";
    sha256 = "sha256-YCjDqpbb3OxJmek8KesCb3uACVCFYIAsaF3U1jO/CU4=";
    sha256 = "sha256-L9T61fyMURlPtUidbwDnkvI7bb7fobNeyYhDleOCU4Y=";
  };

  CXXFLAGS = [