Commit 7cef1a98 authored by R. RyanTM's avatar R. RyanTM Committed by Peter Hoeg
Browse files

scummvm: 2.7.1 -> 2.8.0

parent ffb020e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];