hyperrogue: 10.5a -> 10.5e (#56700)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/hyperrogue/versions
This commit is contained in:
parent
a2c49a7f13
commit
c93a56c09f
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "hyperrogue-${version}";
|
name = "hyperrogue-${version}";
|
||||||
version = "10.5a";
|
version = "10.5e";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zenorogue";
|
owner = "zenorogue";
|
||||||
repo = "hyperrogue";
|
repo = "hyperrogue";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1s5jm5qrbw60s8q73fzjk9g2fmapd0i7zmrna2dqx55i1gg9d597";
|
sha256 = "1sjr26if3xv8xv52app1hkxs0bbgbviagydm4mdwbxjpd6v3d1aa";
|
||||||
};
|
};
|
||||||
|
|
||||||
CPPFLAGS = "-I${SDL.dev}/include/SDL";
|
CPPFLAGS = "-I${SDL.dev}/include/SDL";
|
||||||
|
Loading…
Reference in New Issue
Block a user