hyperrogue: 13.0d -> 13.0i

This commit is contained in:
R. Ryantm 2024-05-11 01:14:44 +00:00
parent 0c9055e823
commit e1ce1caec0

View File

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