forked from mirrors/nixpkgs
kde4.kde_wacomtablet: update from 2.0.2 to 2.1.0
This commit is contained in:
parent
96cc8da5de
commit
a88bc51cf4
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, kdelibs, gettext, xf86_input_wacom }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "wacomtablet-2.0.2";
|
||||
name = "wacomtablet-2.1.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://kde-apps.org/CONTENT/content-files/114856-wacomtablet-2.0.2.tar.xz";
|
||||
sha256 = "13k5f5xpka5cbgl24a3j9khqcmp96x1vhynn9v558ag6dg9ch2hw";
|
||||
url = "http://kde-apps.org/CONTENT/content-files/114856-wacomtablet-2.1.0.tar.xz";
|
||||
sha256 = "17n1p5v2yx517hkqd13pyl3wnrdnh6pfzwf2y2csrfckyndhwk8w";
|
||||
};
|
||||
|
||||
buildInputs = [ kdelibs xf86_input_wacom ];
|
||||
|
|
Loading…
Reference in a new issue