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

hyperrogue: 12.0u -> 12.1a
This commit is contained in:
Jonas Heinrich 2022-09-20 14:02:07 +02:00 committed by GitHub
commit 5af7a11791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "hyperrogue";
version = "12.0u";
version = "12.1a";
src = fetchFromGitHub {
owner = "zenorogue";
repo = "hyperrogue";
rev = "v${version}";
sha256 = "sha256-zG8Z+wpwr5z2r2CcjNxKOdiqXUN0AFChZcihUWel68A=";
sha256 = "sha256-VmWZkIjDy/yv0g9YCW9x8b0LE5guHIA/KZc3OXJoCdA=";
};
CXXFLAGS = [