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 5 6 6 stdenv.mkDerivation rec { 7 7 pname = "scummvm"; 8 - version = "2.7.0"; 8 + version = "2.7.1"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "scummvm"; 12 12 repo = "scummvm"; 13 13 rev = "v${version}"; 14 - hash = "sha256-kyWgy5Nm8v/zbnhNMUyy/wUIq0I6nQyM9UqympYfwvg="; 14 + hash = "sha256-GVsvLAjb7pECd7uvPT9ubDFMIkiPWdU5owOafxk5iy0="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ nasm ];