hyperrogue: 12.1a -> 12.1h

This commit is contained in:
R. Ryantm 2023-01-11 23:40:53 +00:00
parent 506d6390a3
commit aff371a6db

View file

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