summary refs log tree commit diff
path: root/pkgs/os-specific/linux/hwdata
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 03:01:21 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 03:01:21 -0700
commitfe89c1be0308390918f0b4efd384ee9be59d5c3e (patch)
treeeb7cb55621c1c563e7fd4632955196feeb13bd40 /pkgs/os-specific/linux/hwdata
parentb45ef79b74d267891a11c1775a473c610ecebe78 (diff)
downloadnixpkgs-fe89c1be0308390918f0b4efd384ee9be59d5c3e.tar
nixpkgs-fe89c1be0308390918f0b4efd384ee9be59d5c3e.tar.gz
nixpkgs-fe89c1be0308390918f0b4efd384ee9be59d5c3e.tar.bz2
nixpkgs-fe89c1be0308390918f0b4efd384ee9be59d5c3e.tar.lz
nixpkgs-fe89c1be0308390918f0b4efd384ee9be59d5c3e.tar.xz
nixpkgs-fe89c1be0308390918f0b4efd384ee9be59d5c3e.tar.zst
nixpkgs-fe89c1be0308390918f0b4efd384ee9be59d5c3e.zip
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
Diffstat (limited to 'pkgs/os-specific/linux/hwdata')
-rw-r--r--pkgs/os-specific/linux/hwdata/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/hwdata/default.nix b/pkgs/os-specific/linux/hwdata/default.nix
index 15b3903ddd1..070ddfd7778 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.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";