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

hyperrogue: 13.0o -> 13.0r
This commit is contained in:
Nick Cao 2024-07-10 18:58:18 -04:00 committed by GitHub
commit a62cf2fec7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "hyperrogue";
version = "13.0o";
version = "13.0r";
src = fetchFromGitHub {
owner = "zenorogue";
repo = "hyperrogue";
rev = "v${version}";
sha256 = "sha256-a7Ykm+Z7MXfO+eZJjZ+TMuOe6Q+QmjOwcMORI9bZGeM=";
sha256 = "sha256-uenMBGlRDA//4J/9tY2Ec8r8qo4bsqiZytux0EHPFCo=";
};
CXXFLAGS = [