hyperrogue: 11.3f -> 11.3l
This commit is contained in:
parent
197b48bc8d
commit
ccff0849d3
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "hyperrogue";
|
pname = "hyperrogue";
|
||||||
version = "11.3f";
|
version = "11.3l";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zenorogue";
|
owner = "zenorogue";
|
||||||
repo = "hyperrogue";
|
repo = "hyperrogue";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0i6dksxx33xga4pq41qsfllqras1hzk14ffqhnk11aj5lrfg98rm";
|
sha256 = "0fniyaf9mgg99s03wbdc36zg909kshpdfk9pn8pkai0x99lghkwb";
|
||||||
};
|
};
|
||||||
|
|
||||||
CPPFLAGS = "-I${SDL.dev}/include/SDL";
|
CPPFLAGS = "-I${SDL.dev}/include/SDL";
|
||||||
|
Loading…
Reference in New Issue
Block a user