Skip to content

Commit

Permalink
scummvm: 2.7.1 -> 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and peterhoeg committed Dec 26, 2023
1 parent ffb020e commit 7cef1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/scummvm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
pname = "scummvm";
version = "2.7.1";
version = "2.8.0";

src = fetchFromGitHub {
owner = "scummvm";
repo = "scummvm";
rev = "v${version}";
hash = "sha256-GVsvLAjb7pECd7uvPT9ubDFMIkiPWdU5owOafxk5iy0=";
hash = "sha256-W8VZuRVpq0WwaCLH0ODcFmqbE7eKLK6nuyB7qrfqkiY=";
};

nativeBuildInputs = [ nasm ];
Expand Down

0 comments on commit 7cef1a9

Please sign in to comment.