scummvm: 2.8.0 -> 2.8.1

This commit is contained in:
R. Ryantm 2024-03-16 12:26:12 +00:00
parent 6165a71162
commit 831e4695cb
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 ];