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

hwdata: 0.311 -> 0.312
This commit is contained in:
Franz Pletz 2018-05-07 10:08:53 +00:00 committed by GitHub
commit 066a731acd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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";