hyperrogue: 13.0c -> 13.0d

This commit is contained in:
R. Ryantm 2024-03-24 13:52:57 +00:00
parent 0ea4f4d8af
commit 0b605e08da
1 changed files with 2 additions and 2 deletions

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