Merge pull request #43195 from r-ryantm/auto-update/hwdata

hwdata: 0.312 -> 0.313
This commit is contained in:
Silvan Mosberger
2018-07-10 17:39:33 +02:00
committed by GitHub

View File

@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "hwdata-${version}";
version = "0.312";
version = "0.313";
src = fetchurl {
url = "https://github.com/vcrhonek/hwdata/archive/v0.312.tar.gz";
sha256 = "04dbxfn40b8vyw49qpkslv20akbqm5hwl3cndmqacp6cik1l0gai";
url = "https://github.com/vcrhonek/hwdata/archive/v0.313.tar.gz";
sha256 = "0x0qk2cim1mv8cl8h8rwqn8mbbs43j04rn06m81b531i182zii17";
};
preConfigure = "patchShebangs ./configure";