Author: viric Date: 2010-06-09 08:42:30 +0000 (Wed, 09 Jun 2010) New Revision: 22190
You can view the changes in this commit at: https://svn.nixos.org/viewvc/nix?rev=22190&view=rev Modified: nixpkgs/trunk/pkgs/applications/graphics/feh/default.nix Log: Updatin feh. This fixes a bug I reported: the last line or column were often not shown, scrolling or zooming. Changes: Modified: nixpkgs/trunk/pkgs/applications/graphics/feh/default.nix =================================================================== --- nixpkgs/trunk/pkgs/applications/graphics/feh/default.nix 2010-06-08 16:14:41 UTC (rev 22189) +++ nixpkgs/trunk/pkgs/applications/graphics/feh/default.nix 2010-06-09 08:42:30 UTC (rev 22190) @@ -2,11 +2,11 @@ , libXinerama }: stdenv.mkDerivation { - name = "feh-1.6"; + name = "feh-1.6.1"; src = fetchurl { - url = https://derf.homelinux.org/projects/feh/feh-1.6.tar.bz2; - sha256 = "0wkgdxvl0kdcwab815gw0xk3iniain6l3b1x4d4kclf170wcnjqi"; + url = http://www.chaosdorf.de/~derf/feh/feh-1.6.1.tar.bz2; + sha256 = "1mv09b34ar0dx4wl22xak2g554xgpylicqy5zbnk3bh66vn9pxz2"; }; buildInputs = [x11 imlib2 giblib libjpeg libpng libXinerama]; _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
