Merge pull request #245301 from r-ryantm/auto-update/scummvm

authored by Janik and committed by GitHub 9516089c f89d4c56

+2 -2
+2 -2
pkgs/games/scummvm/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "scummvm"; 8 - version = "2.7.0"; 9 10 src = fetchFromGitHub { 11 owner = "scummvm"; 12 repo = "scummvm"; 13 rev = "v${version}"; 14 - hash = "sha256-kyWgy5Nm8v/zbnhNMUyy/wUIq0I6nQyM9UqympYfwvg="; 15 }; 16 17 nativeBuildInputs = [ nasm ];
··· 5 6 stdenv.mkDerivation rec { 7 pname = "scummvm"; 8 + version = "2.7.1"; 9 10 src = fetchFromGitHub { 11 owner = "scummvm"; 12 repo = "scummvm"; 13 rev = "v${version}"; 14 + hash = "sha256-GVsvLAjb7pECd7uvPT9ubDFMIkiPWdU5owOafxk5iy0="; 15 }; 16 17 nativeBuildInputs = [ nasm ];