mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
* Gqview updated to 1.4.4.
svn path=/nixpkgs/trunk/; revision=1466
This commit is contained in:
parent
7070dc0986
commit
454e5eb904
|
@ -6,11 +6,11 @@ assert pkgconfig != null && gtk != null && libpng != null;
|
|||
# !!! assert libpng == gtk.libpng;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gqview-1.4.3";
|
||||
name = "gqview-1.4.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://heanet.dl.sourceforge.net/sourceforge/gqview/gqview-1.4.3.tar.gz;
|
||||
md5 = "6a6a08309a91aab902304a3c6ed392eb";
|
||||
url = http://heanet.dl.sourceforge.net/sourceforge/gqview/gqview-1.4.4.tar.gz;
|
||||
md5 = "b3f1e1ca830c9cc0b484966fac9e6f28";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig gtk libpng];
|
||||
|
|
Loading…
Reference in a new issue