gemrb: 0.9.3 -> 0.9.4

This commit is contained in:
R. Ryantm 2025-01-11 13:58:28 +00:00
parent 037cf30dc6
commit 2e3da500f1

View File

@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation rec {
pname = "gemrb";
version = "0.9.3";
version = "0.9.4";
src = fetchFromGitHub {
owner = "gemrb";
repo = "gemrb";
rev = "v${version}";
hash = "sha256-n01Q/27iYXahBbUDFHW1Q3lPqCtTvhstUBgownZbKtg=";
hash = "sha256-+aPnOJQGRblqcrblVU5ZwA8CZqeT19rxEtn3GLuofYU=";
};
buildInputs = [