hyperrogue: 11.2d -> 11.3f

This commit is contained in:
mehlon 2020-04-02 18:33:58 +02:00 committed by GitHub
parent b4d68d88c6
commit 1d2f6c7d25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";