From 6a87882937e0d865074ccee358231a344f89c55e Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sun, 8 Jul 2018 00:41:35 -0700 Subject: hwdata: 0.312 -> 0.313 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.
Version release notes (from GitHub)
These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 0.313 with grep in /nix/store/q7cj4jh3pf1g9wlhsmz8034mi6ljink0-hwdata-0.313 - directory tree listing: https://gist.github.com/f132a672f7d5f48add649a0fabcdfd67 - du listing: https://gist.github.com/750425ee97475d74680486f11bebc6a5 --- pkgs/os-specific/linux/hwdata/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/os-specific/linux/hwdata') diff --git a/pkgs/os-specific/linux/hwdata/default.nix b/pkgs/os-specific/linux/hwdata/default.nix index ebf7179d081..c1d324de7cf 100644 --- a/pkgs/os-specific/linux/hwdata/default.nix +++ b/pkgs/os-specific/linux/hwdata/default.nix @@ -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"; -- cgit 1.4.1