hyperrogue: 12.1y -> 12.1z

This commit is contained in:
R. Ryantm 2023-12-15 20:01:20 +00:00
parent d17c5a31dc
commit 770d67f25c

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "hyperrogue";
version = "12.1y";
version = "12.1z";
src = fetchFromGitHub {
owner = "zenorogue";
repo = "hyperrogue";
rev = "v${version}";
sha256 = "sha256-YCjDqpbb3OxJmek8KesCb3uACVCFYIAsaF3U1jO/CU4=";
sha256 = "sha256-L9T61fyMURlPtUidbwDnkvI7bb7fobNeyYhDleOCU4Y=";
};
CXXFLAGS = [