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

View File

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