3
0
Fork 0
forked from mirrors/nixpkgs

scummvm: 2.6.1 -> 2.7.0

This commit is contained in:
R. Ryantm 2023-03-01 01:12:50 +00:00
parent 5d609e47fe
commit f2c9c12b22

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 ];