tp_smapi: 0.42 -> unstable-2017-12-04

make it build for kernel 4.15
see https://github.com/evgeni/tp_smapi/issues/31 and #32

authored by Bart Brouns and committed by Rok Garbas 404475a7 0d7a0d75

+4 -5
+4 -5
pkgs/os-specific/linux/tp_smapi/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 name = "tp_smapi-${version}-${kernel.version}"; 6 - version = "0.42"; 6 + version = "unstable-2017-12-04"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "evgeni"; 10 10 repo = "tp_smapi"; 11 - rev = "tp-smapi/${version}"; 12 - sha256 = "12lnig90lrmkmqwl386q7ssqs9p0jikqhwl2wsmcmii1gn92hzfy"; 11 + rev = "76c5120f7be4880cf2c6801f872327e4e70c449f"; 12 + sha256 = "0g8l7rmylspl17qnqpa2h4yj7h3zvy6xlmj5nlnixds9avnbz2vy"; 13 13 name = "tp-smapi-${version}"; 14 14 }; 15 15 ··· 39 39 40 40 meta = { 41 41 description = "IBM ThinkPad hardware functions driver"; 42 - homepage = https://github.com/evgeni/tp_smapi/tree/tp-smapi/0.41; 42 + homepage = https://github.com/evgeni/tp_smapi; 43 43 license = stdenv.lib.licenses.gpl2; 44 44 maintainers = [ stdenv.lib.maintainers.garbas ]; 45 45 # driver is only ment for linux thinkpads i think bellow platforms should cover it. 46 46 platforms = [ "x86_64-linux" "i686-linux" ]; 47 47 }; 48 48 } 49 -