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
+2 -2
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 = [