mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
hyperrogue: 11.2d -> 11.3f
This commit is contained in:
parent
b4d68d88c6
commit
1d2f6c7d25
1 changed files with 3 additions and 3 deletions
|
@ -3,13 +3,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "hyperrogue";
|
||||
version = "11.2d";
|
||||
version = "11.3f";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zenorogue";
|
||||
repo = "hyperrogue";
|
||||
rev = stdenv.lib.strings.stringAsChars (x: if x == "." then "" else x) "v${version}";
|
||||
sha256 = "0aj4xy5xjdj32l5mk8796ldh9d7h8rx35kgc1vr7acb4fhpppb0f";
|
||||
rev = "v${version}";
|
||||
sha256 = "0i6dksxx33xga4pq41qsfllqras1hzk14ffqhnk11aj5lrfg98rm";
|
||||
};
|
||||
|
||||
CPPFLAGS = "-I${SDL.dev}/include/SDL";
|
||||
|
|
Loading…
Reference in a new issue