hyperrogue: 13.0b -> 13.0c

This commit is contained in:
R. Ryantm 2024-02-27 04:34:04 +00:00
parent e256f39bec
commit 344839d105

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 = [