hyperrogue: 13.0a -> 13.0b

This commit is contained in:
R. Ryantm
2024-02-23 08:31:40 +00:00
parent 46a66fd4a8
commit 718f162a4c
+2 -2
View File
@@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "hyperrogue";
version = "13.0a";
version = "13.0b";
src = fetchFromGitHub {
owner = "zenorogue";
repo = "hyperrogue";
rev = "v${version}";
sha256 = "sha256-ebUS5J2NXv6MRoVLg9Ymc5+h9Wn85fKd9N4ohxMxpq4=";
sha256 = "sha256-n3CD1p0weWW9P3WnS05bauFbtShocleSACk4VOXzEeY=";
};
CXXFLAGS = [