hwdata: 0.311 -> 0.312
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/hwdata/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 0.312 with grep in /nix/store/sfzsz7mns2n1kj0s9wdhv38s5xm0a1c3-hwdata-0.312 - directory tree listing: https://gist.github.com/7c5e5f17dc28268564e6ebf71204803d
This commit is contained in:
parent
b45ef79b74
commit
fe89c1be03
|
@ -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