hyperrogue: 12.1h -> 12.1i

This commit is contained in:
R. Ryantm 2023-02-08 11:51:18 +00:00
parent 12053de9e5
commit 3c178e21d7

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "hyperrogue";
version = "12.1h";
version = "12.1i";
src = fetchFromGitHub {
owner = "zenorogue";
repo = "hyperrogue";
rev = "v${version}";
sha256 = "sha256-9ChPO0YCsrAyQ81TAbKCMJSgSXoUtkvvNPMTPimPBUo=";
sha256 = "sha256-TMPumyTEzDbV/31UgwXJwr7zt7ufENX3ESxlcBEnaSc=";
};
CXXFLAGS = [