summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-15 17:24:03 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-12-15 17:24:03 -0800
commitdc7f6bc60a18faa8c20abfa7a64ddaaf83e56aef (patch)
treec82f6a3eae7528d53fd38d482ab4a04e1f1415b2 /pkgs/tools
parente0950ae9ad7e101c16ce8bbc28d566c75bb298fb (diff)
downloadnixpkgs-dc7f6bc60a18faa8c20abfa7a64ddaaf83e56aef.tar
nixpkgs-dc7f6bc60a18faa8c20abfa7a64ddaaf83e56aef.tar.gz
nixpkgs-dc7f6bc60a18faa8c20abfa7a64ddaaf83e56aef.tar.bz2
nixpkgs-dc7f6bc60a18faa8c20abfa7a64ddaaf83e56aef.tar.lz
nixpkgs-dc7f6bc60a18faa8c20abfa7a64ddaaf83e56aef.tar.xz
nixpkgs-dc7f6bc60a18faa8c20abfa7a64ddaaf83e56aef.tar.zst
nixpkgs-dc7f6bc60a18faa8c20abfa7a64ddaaf83e56aef.zip
hwinfo: 21.62 -> 21.63
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hwinfo/versions
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/hwinfo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/hwinfo/default.nix b/pkgs/tools/system/hwinfo/default.nix
index 06f326a970a..6a4a09f4790 100644
--- a/pkgs/tools/system/hwinfo/default.nix
+++ b/pkgs/tools/system/hwinfo/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   name = "hwinfo-${version}";
-  version = "21.62";
+  version = "21.63";
 
   src = fetchFromGitHub {
     owner = "opensuse";
     repo = "hwinfo";
     rev = "${version}";
-    sha256 = "1mhvpvjdalxhvjkf8vhph414qfp14kwz24jk0mx2y4nijk958n0f";
+    sha256 = "0rwc30vs7clhl0kmniw4vms1ngx3xl6l1a979hywszvzhgmdclxh";
   };
 
   patchPhase = ''