Merge remote-tracking branch 'upstream/master' into staging

This commit is contained in:
Matthew Bauer
2018-05-08 09:36:00 -05:00
317 changed files with 7440 additions and 6298 deletions
+3 -3
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "hwdata-${version}";
version = "0.311";
version = "0.312";
src = fetchurl {
url = "https://github.com/vcrhonek/hwdata/archive/v0.311.tar.gz";
sha256 = "159av9wvl3biryxd5pgqcwz6wkdaa0ydmcysmzznx939mfv7w18z";
url = "https://github.com/vcrhonek/hwdata/archive/v0.312.tar.gz";
sha256 = "04dbxfn40b8vyw49qpkslv20akbqm5hwl3cndmqacp6cik1l0gai";
};
preConfigure = "patchShebangs ./configure";