summary refs log tree commit diff
path: root/pkgs/os-specific/linux/hwdata/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-10 23:12:46 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-10 23:12:46 -0700
commit8564ceac8dd55bd93ca980d6ef915fc7221a005c (patch)
treef6a11085acf1d6cb9620c149ff5631fb16913a3c /pkgs/os-specific/linux/hwdata/default.nix
parentf28bf68bc4f93193d296718a37f94189f91ab14d (diff)
downloadnixpkgs-8564ceac8dd55bd93ca980d6ef915fc7221a005c.tar
nixpkgs-8564ceac8dd55bd93ca980d6ef915fc7221a005c.tar.gz
nixpkgs-8564ceac8dd55bd93ca980d6ef915fc7221a005c.tar.bz2
nixpkgs-8564ceac8dd55bd93ca980d6ef915fc7221a005c.tar.lz
nixpkgs-8564ceac8dd55bd93ca980d6ef915fc7221a005c.tar.xz
nixpkgs-8564ceac8dd55bd93ca980d6ef915fc7221a005c.tar.zst
nixpkgs-8564ceac8dd55bd93ca980d6ef915fc7221a005c.zip
hwdata: 0.310 -> 0.311
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.311 with grep in /nix/store/gfaiffnb4k4pmszbnv41jxmibvd07v1w-hwdata-0.311
- directory tree listing: https://gist.github.com/a3dcff8ef8aec362a11c36f07277ad0d
Diffstat (limited to 'pkgs/os-specific/linux/hwdata/default.nix')
-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 724242c588a..15b3903ddd1 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.310";
+  version = "0.311";
 
   src = fetchurl {
-    url = "https://github.com/vcrhonek/hwdata/archive/v0.310.tar.gz";
-    sha256 = "08mhwwc9g9cpfyxrwwviflkdk2jnqs6hc95iv4r5d59hqrj5kida";
+    url = "https://github.com/vcrhonek/hwdata/archive/v0.311.tar.gz";
+    sha256 = "159av9wvl3biryxd5pgqcwz6wkdaa0ydmcysmzznx939mfv7w18z";
   };
 
   preConfigure = "patchShebangs ./configure";