forked from mirrors/nixpkgs
Evince 2.26.0.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14699
This commit is contained in:
parent
7fc8e0ed6c
commit
3fee8acbaa
|
@ -6,11 +6,11 @@
|
|||
, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "evince-2.25.5";
|
||||
name = "evince-2.26.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ftp.gnome.org/pub/GNOME/sources/evince/2.25/${name}.tar.bz2";
|
||||
sha256 = "1m3h8qaaqgn8zfi5546v42n225ac3k5bsd0yfc2gj4x36jm12mv4";
|
||||
url = "http://ftp.gnome.org/pub/GNOME/sources/evince/2.26/${name}.tar.bz2";
|
||||
sha256 = "1wsl5vdrj0829wq223dryq5p7izgzsz6mfl4igix7b5wga42zff1";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue