mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
hyperrogue: 13.0c -> 13.0d
This commit is contained in:
parent
0ea4f4d8af
commit
0b605e08da
@ -3,13 +3,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "hyperrogue";
|
||||
version = "13.0c";
|
||||
version = "13.0d";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zenorogue";
|
||||
repo = "hyperrogue";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-eELR/1GzR9wWJ433rIpueMu9omlsl1y5rmvG3GgSHZA=";
|
||||
sha256 = "sha256-K7KKOumotBx9twgCBF4UkpsgMWb8vAclzbYZK83T66I=";
|
||||
};
|
||||
|
||||
CXXFLAGS = [
|
||||
|
Loading…
Reference in New Issue
Block a user