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

hyperrogue: 13.0c -> 13.0d
This commit is contained in:
Pol Dellaiera 2024-03-24 22:32:21 +01:00 committed by GitHub
commit a9d545a6e4
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.0c";
version = "13.0d";
src = fetchFromGitHub {
owner = "zenorogue";
repo = "hyperrogue";
rev = "v${version}";
sha256 = "sha256-eELR/1GzR9wWJ433rIpueMu9omlsl1y5rmvG3GgSHZA=";
sha256 = "sha256-K7KKOumotBx9twgCBF4UkpsgMWb8vAclzbYZK83T66I=";
};
CXXFLAGS = [