hwdata: 0.308 -> 0.309

Semi-automatic update. These checks were performed:

- built on NixOS
- found 0.309 with grep in /nix/store/jid52565zlg8jhgqarln207dcj5g9njn-hwdata-0.309
- found 0.309 in filename of file in /nix/store/jid52565zlg8jhgqarln207dcj5g9njn-hwdata-0.309
This commit is contained in:
Ryan Mulligan 2018-02-26 18:56:09 -08:00
parent b63297b203
commit ba1e24c749

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "hwdata-${version}";
version = "0.308";
version = "0.309";
src = fetchurl {
url = "https://github.com/vcrhonek/hwdata/archive/v0.308.tar.gz";
sha256 = "17zcwplw41dfwb2l9jfgvm65rjzlsbv30f56d6vgiix042f92vcq";
url = "https://github.com/vcrhonek/hwdata/archive/v0.309.tar.gz";
sha256 = "1njx4lhg7a0cawz82x535vk4mslmnfj7nmf8dbq8kgqxiqh6h2c7";
};
preConfigure = "patchShebangs ./configure";