Merge pull request #40099 from r-ryantm/auto-update/hwdata
hwdata: 0.311 -> 0.312
This commit is contained in:
commit
066a731acd
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue