scummvm: 2.7.1 -> 2.8.0

This commit is contained in:
R. Ryantm 2023-12-24 08:53:10 +00:00 committed by Peter Hoeg
parent ffb020e96d
commit 7cef1a9833

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "scummvm";
version = "2.7.1";
version = "2.8.0";
src = fetchFromGitHub {
owner = "scummvm";
repo = "scummvm";
rev = "v${version}";
hash = "sha256-GVsvLAjb7pECd7uvPT9ubDFMIkiPWdU5owOafxk5iy0=";
hash = "sha256-W8VZuRVpq0WwaCLH0ODcFmqbE7eKLK6nuyB7qrfqkiY=";
};
nativeBuildInputs = [ nasm ];