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

scummvm: 2.6.1 -> 2.7.0
This commit is contained in:
Weijia Wang 2023-03-01 23:39:22 +02:00 committed by GitHub
commit f5056a7da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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