We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ebf9a7 + 25e0517 commit a62cf2fCopy full SHA for a62cf2f
pkgs/games/hyperrogue/default.nix
@@ -3,13 +3,13 @@
3
4
stdenv.mkDerivation rec {
5
pname = "hyperrogue";
6
- version = "13.0o";
+ version = "13.0r";
7
8
src = fetchFromGitHub {
9
owner = "zenorogue";
10
repo = "hyperrogue";
11
rev = "v${version}";
12
- sha256 = "sha256-a7Ykm+Z7MXfO+eZJjZ+TMuOe6Q+QmjOwcMORI9bZGeM=";
+ sha256 = "sha256-uenMBGlRDA//4J/9tY2Ec8r8qo4bsqiZytux0EHPFCo=";
13
};
14
15
CXXFLAGS = [
0 commit comments