lol

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

+6 -5
+6 -5
pkgs/tools/X11/xdg-utils/default.nix
··· 1 - { lib, stdenv, fetchurl, fetchFromGitHub 2 , file, libxslt, docbook_xml_dtd_412, docbook_xsl, xmlto 3 , w3m, gnugrep, gnused, coreutils, xset, perlPackages 4 , mimiSupport ? false, gawk ? null }: ··· 22 23 stdenv.mkDerivation rec { 24 pname = "xdg-utils"; 25 - version = "1.1.3"; 26 27 - src = fetchurl { 28 - url = "https://portland.freedesktop.org/download/${pname}-${version}.tar.gz"; 29 - sha256 = "1nai806smz3zcb2l5iny4x7li0fak0rzmjg6vlyhdqm8z25b166p"; 30 }; 31 32 # just needed when built from git
··· 1 + { lib, stdenv, fetchgit, fetchFromGitHub 2 , file, libxslt, docbook_xml_dtd_412, docbook_xsl, xmlto 3 , w3m, gnugrep, gnused, coreutils, xset, perlPackages 4 , mimiSupport ? false, gawk ? null }: ··· 22 23 stdenv.mkDerivation rec { 24 pname = "xdg-utils"; 25 + version = "unstable-2020-10-21"; 26 27 + src = fetchgit { 28 + url = "https://gitlab.freedesktop.org/xdg/${pname}.git"; 29 + rev = "d11b33ec7f24cfb1546f6b459611d440013bdc72"; 30 + sha256 = "sha256-8PtXfI8hRneEpnUvIV3M+6ACjlkx0w/NEiJFdGbbHnQ="; 31 }; 32 33 # just needed when built from git