gemrb: 0.9.1 -> 0.9.1.1

This commit is contained in:
R. Ryantm 2022-10-14 19:47:31 +00:00 committed by Peter Hoeg
parent ffca0e9113
commit 98919e764f

View File

@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gemrb";
version = "0.9.1";
version = "0.9.1.1";
src = fetchFromGitHub {
owner = "gemrb";
repo = "gemrb";
rev = "v${version}";
hash = "sha256-xc59Iyrmbmo7Kxio0lLpvVlpdoeM/vfmBLkJdzJsSPY=";
hash = "sha256-pC83LgAy1aQxUhS2qa57hm03B37bj6dcRVRn7SI5I+k=";
};
buildInputs = [