scummvm: 2.7.0 -> 2.7.1

This commit is contained in:
R. Ryantm 2023-07-25 04:20:20 +00:00
parent cddf429ed8
commit f19af41132

View File

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