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

scummvm: 2.8.0 -> 2.8.1
This commit is contained in:
Weijia Wang 2024-03-24 23:20:50 +01:00 committed by GitHub
commit df7bf001d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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