hyperrogue: 12.0u -> 12.1a

This commit is contained in:
R. Ryantm 2022-09-18 12:32:24 +00:00
parent 9c2a7cc09d
commit 0502d6ef51

View file

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