lxtask: 0.1.8 -> 0.1.9

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lxtask/versions
This commit is contained in:
R. RyanTM 2019-03-10 15:47:50 -07:00
parent 213d6dd6ac
commit b8b2f3cbbb

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "lxtask-${version}";
version = "0.1.8";
version = "0.1.9";
src = fetchurl {
url = "mirror://sourceforge/lxde/${name}.tar.xz";
sha256 = "0h7g1fdngv939z1d05nzs86dplww5a3bpm0isxd7p1bjby047d6z";
sha256 = "0cv4hx5dg01hbyi5p10pl78n0a40xajpq4wx9c7886pkmpq8isj1";
};
nativeBuildInputs = [ pkgconfig intltool ];