hyperrogue: 13.0 -> 13.0a

This commit is contained in:
R. Ryantm 2024-01-22 05:37:49 +00:00
parent 0fbb6483cf
commit d7435d6839

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "hyperrogue";
version = "13.0";
version = "13.0a";
src = fetchFromGitHub {
owner = "zenorogue";
repo = "hyperrogue";
rev = "v${version}";
sha256 = "sha256-RYa0YZCHsGiWyfql73+TlIq5WXM+9UULJ1lOS8m6oIw=";
sha256 = "sha256-ebUS5J2NXv6MRoVLg9Ymc5+h9Wn85fKd9N4ohxMxpq4=";
};
CXXFLAGS = [