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

hyperrogue: 13.0b -> 13.0c
This commit is contained in:
Nick Cao 2024-02-27 08:49:54 -05:00 committed by GitHub
commit f8bdc98ad1
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.0b";
version = "13.0c";
src = fetchFromGitHub {
owner = "zenorogue";
repo = "hyperrogue";
rev = "v${version}";
sha256 = "sha256-n3CD1p0weWW9P3WnS05bauFbtShocleSACk4VOXzEeY=";
sha256 = "sha256-eELR/1GzR9wWJ433rIpueMu9omlsl1y5rmvG3GgSHZA=";
};
CXXFLAGS = [