Skip to content

Commit

Permalink
Merge pull request NixOS#57311 from r-ryantm/auto-update/lxtask
Browse files Browse the repository at this point in the history
lxtask: 0.1.8 -> 0.1.9
  • Loading branch information
ryantm authored Mar 17, 2019
2 parents 6a4364f + b8b2f3c commit 3669ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/lxde/core/lxtask/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 3669ef0

Please sign in to comment.