Merge pull request #57311 from r-ryantm/auto-update/lxtask

lxtask: 0.1.8 -> 0.1.9
This commit is contained in:
Ryan Mulligan 2019-03-17 12:28:15 -07:00 committed by GitHub
commit 3669ef0976
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];