xdg_utils: 1.1.0-rc3p46 -> 1.1.1
This commit is contained in:
parent
ec8484734b
commit
af1e32acd3
@ -1,4 +1,5 @@
|
|||||||
{ stdenv, fetchzip, fetchFromGitHub, file, libxslt, docbook_xml_dtd_412, docbook_xsl, xmlto
|
{ stdenv, fetchurl, fetchFromGitHub
|
||||||
|
, file, libxslt, docbook_xml_dtd_412, docbook_xsl, xmlto
|
||||||
, w3m, which, gnugrep, gnused, coreutils
|
, w3m, which, gnugrep, gnused, coreutils
|
||||||
, mimiSupport ? false, gawk ? null }:
|
, mimiSupport ? false, gawk ? null }:
|
||||||
|
|
||||||
@ -15,12 +16,12 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "xdg-utils-1.1.0-rc3p46";
|
name = "xdg-utils-${version}";
|
||||||
|
version = "1.1.1";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchurl {
|
||||||
name = "${name}.tar.gz";
|
url = "https://portland.freedesktop.org/download/${name}.tar.gz";
|
||||||
url = "http://cgit.freedesktop.org/xdg/xdg-utils/snapshot/03577f987730.tar.gz";
|
sha256 = "09a1pk3ifsndc5qz2kcd1557i137gpgnv3d739pv22vfayi67pdh";
|
||||||
sha256 = "1fs0kxalmpqv6x0rv4xg65w8r26sk464xisrbwp4p6a033y5x34l";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# just needed when built from git
|
# just needed when built from git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user