gemrb: 0.9.0 -> 0.9.1
This commit is contained in:
parent
81b1c19c5e
commit
baf2e6d069
1 changed files with 4 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
|||
, libvlc
|
||||
, libvorbis
|
||||
, openal
|
||||
, python2 # 0.9.0 crashes after character generation with py3, so stick to py2 for now
|
||||
, python3
|
||||
, zlib
|
||||
}:
|
||||
|
||||
|
@ -27,13 +27,13 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gemrb";
|
||||
version = "0.9.0";
|
||||
version = "0.9.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gemrb";
|
||||
repo = "gemrb";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-h/dNPY0QZ2m7aYgRla3r1E8APJqO99ePa2ABhhh3Aoc=";
|
||||
hash = "sha256-xc59Iyrmbmo7Kxio0lLpvVlpdoeM/vfmBLkJdzJsSPY=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
|||
libpng
|
||||
libvorbis
|
||||
openal
|
||||
python2
|
||||
python3
|
||||
zlib
|
||||
]
|
||||
++ optional withVLC libvlc;
|
||||
|
|
Loading…
Reference in a new issue