yelp-tools: add 3.12.1 version
This commit is contained in:
parent
a343b9e380
commit
9157babb2e
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, libxml2, libxslt, itstool, gnome3, pkgconfig }:
|
{ stdenv, fetchurl, libxml2, libxslt, itstool, gnome3, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "yelp-tools-3.10.0";
|
name = "yelp-tools-3.12.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.gnome.org/sources/yelp-tools/3.10/${name}.tar.xz";
|
url = "mirror://gnome/sources/yelp-tools/3.12/${name}.tar.xz";
|
||||||
sha256 = "0496xyx1657db22ks3k92al64fp6236y5bgh7s7b0j8hcc112ppz";
|
sha256 = "7a5370d7adbec3b6e6b7b5e7e5ed966cb99c797907a186b94b93c184e97f0172";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ libxml2 libxslt itstool gnome3.yelp_xsl pkgconfig ];
|
buildInputs = [ libxml2 libxslt itstool gnome3.yelp_xsl pkgconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user