kde4.kde_wacomtablet: update from 2.0.2 to 2.1.0

This commit is contained in:
Cillian de Róiste 2015-03-07 19:02:25 +01:00
parent 96cc8da5de
commit a88bc51cf4

View File

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