From f40744d8e2a8cb9cdd3df35fcf13a04606fc3e30 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Sun, 10 Feb 2008 17:39:43 +0000 Subject: [PATCH] update to 0.11 svn path=/nixpkgs/branches/stdenv-updates/; revision=10593 --- pkgs/games/scummvm/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/games/scummvm/default.nix b/pkgs/games/scummvm/default.nix index 610556a2635..2f81aaa474d 100644 --- a/pkgs/games/scummvm/default.nix +++ b/pkgs/games/scummvm/default.nix @@ -1,11 +1,11 @@ {stdenv, fetchurl, SDL, zlib, mpeg2dec}: stdenv.mkDerivation { - name = "scummvm-0.10.0"; + name = "scummvm-0.11.0"; src = fetchurl { - url = mirror://sourceforge/scummvm/scummvm-0.10.0.tar.bz2; - sha256 = "09ii4vbs4nygc0x4n1l9dkfiywj5qwxv9j81pbrf9r6d6y4wdlf9"; + url = mirror://sourceforge/scummvm/scummvm-0.11.0.tar.bz2; + sha256 = "106vcknkr07m17rxypavlz3cjyd862bwq1qw1arakcvhhi90mbfl"; }; buildInputs = [SDL zlib mpeg2dec];