scummvm: 2.9.0 -> 2.9.1

This commit is contained in:
R. Ryantm
2025-06-10 08:20:53 +00:00
committed by Peter Hoeg
parent adcafd5013
commit 33aa613cfa
+2 -2
View File
@@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "scummvm";
version = "2.9.0";
version = "2.9.1";
src = fetchFromGitHub {
owner = "scummvm";
repo = "scummvm";
rev = "v${version}";
hash = "sha256-4/h1bzauYWNvG7skn6afF79t0KEdgYLZoeqeqRudH7I=";
hash = "sha256-+MM47piuXuIBmAQd0g/cAg5t02qSQ0sw/DwFrMUSIAA=";
};
nativeBuildInputs = [ nasm ];