xdg_utils: 1.1.3 -> unstable-2020-10-21

There has not been an official release for a long time, but
new features and fixes are available
This commit is contained in:
Stefan Frijters 2020-12-16 20:25:01 +01:00
parent d3caeb62f5
commit e4e6537234
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchFromGitHub { lib, stdenv, fetchgit, fetchFromGitHub
, file, libxslt, docbook_xml_dtd_412, docbook_xsl, xmlto , file, libxslt, docbook_xml_dtd_412, docbook_xsl, xmlto
, w3m, gnugrep, gnused, coreutils, xset, perlPackages , w3m, gnugrep, gnused, coreutils, xset, perlPackages
, mimiSupport ? false, gawk ? null }: , mimiSupport ? false, gawk ? null }:
@ -22,11 +22,12 @@ in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "xdg-utils"; pname = "xdg-utils";
version = "1.1.3"; version = "unstable-2020-10-21";
src = fetchurl { src = fetchgit {
url = "https://portland.freedesktop.org/download/${pname}-${version}.tar.gz"; url = "https://gitlab.freedesktop.org/xdg/${pname}.git";
sha256 = "1nai806smz3zcb2l5iny4x7li0fak0rzmjg6vlyhdqm8z25b166p"; rev = "d11b33ec7f24cfb1546f6b459611d440013bdc72";
sha256 = "sha256-8PtXfI8hRneEpnUvIV3M+6ACjlkx0w/NEiJFdGbbHnQ=";
}; };
# just needed when built from git # just needed when built from git