diff --git a/pkgs/by-name/ge/gemrb/package.nix b/pkgs/by-name/ge/gemrb/package.nix index 47a387596137..c06f9a1d3ef1 100644 --- a/pkgs/by-name/ge/gemrb/package.nix +++ b/pkgs/by-name/ge/gemrb/package.nix @@ -29,13 +29,13 @@ # Additionally, when gemrb adds support for the EE games, libvlc will be needed anyway. let - version = "0.9.4"; + version = "0.9.5"; src = fetchFromGitHub { owner = "gemrb"; repo = "gemrb"; rev = "v${version}"; - hash = "sha256-+aPnOJQGRblqcrblVU5ZwA8CZqeT19rxEtn3GLuofYU="; + hash = "sha256-gPtmJb3GhBrvP1vy933wPPy+n3BwBIbJ2o8VV674Mso="; }; icons = runCommand "gemrb-icons" { nativeBuildInputs = [ imagemagick ]; } ''