gemrb: 0.9.2 -> 0.9.3 (#326422)

This commit is contained in:
Weijia Wang 2024-09-10 00:39:20 +02:00 committed by GitHub
commit d55c6b2bdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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