gnome3_16.gexiv2: maintenance update and fix hash

/cc @lethalman.
This commit is contained in:
Vladimír Čunát 2015-05-17 10:26:33 +02:00
parent a546e11e45
commit 3b913df217

View File

@ -5,11 +5,11 @@ let
in
stdenv.mkDerivation rec {
name = "gexiv2-${version}";
version = "${majorVersion}.0";
version = "${majorVersion}.3";
src = fetchurl {
url = "mirror://gnome/sources/gexiv2/${majorVersion}/${name}.tar.xz";
sha256 = "2fd21f0ed5125e51d02226e7f41be751cfa8ae411a8ed1a651e16b06d79047b2";
sha256 = "390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988";
};
preConfigure = ''