gemrb: 0.9.1.1 -> 0.9.2
This commit is contained in:
parent
659b2247bc
commit
1df733d830
1 changed files with 2 additions and 2 deletions
|
@ -27,13 +27,13 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gemrb";
|
pname = "gemrb";
|
||||||
version = "0.9.1.1";
|
version = "0.9.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gemrb";
|
owner = "gemrb";
|
||||||
repo = "gemrb";
|
repo = "gemrb";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-pC83LgAy1aQxUhS2qa57hm03B37bj6dcRVRn7SI5I+k=";
|
hash = "sha256-riea48Jc9zYb19mf5sBunTp5l27PGRFd/B5KdCUWr6Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue