hyperrogue: 13.0i -> 13.0o

This commit is contained in:
R. Ryantm 2024-06-09 13:19:58 +00:00
parent 7cf6063c54
commit 0ed670a7a3

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "hyperrogue";
version = "13.0i";
version = "13.0o";
src = fetchFromGitHub {
owner = "zenorogue";
repo = "hyperrogue";
rev = "v${version}";
sha256 = "sha256-jXiZ/+XvDluXvNFmSp4suAFVsQvbHEx6fa4iztu+n6c=";
sha256 = "sha256-a7Ykm+Z7MXfO+eZJjZ+TMuOe6Q+QmjOwcMORI9bZGeM=";
};
CXXFLAGS = [