about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-03 10:50:22 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-10-03 10:50:22 -0700
commit474587513e4cdc9dd79edb453c68e35aa3c37542 (patch)
tree007d15528e014007abfe653405b5cf873a6df52a
parent4d1abc44199c8957105f538119c2d19d67aee26f (diff)
downloadnixlib-474587513e4cdc9dd79edb453c68e35aa3c37542.tar
nixlib-474587513e4cdc9dd79edb453c68e35aa3c37542.tar.gz
nixlib-474587513e4cdc9dd79edb453c68e35aa3c37542.tar.bz2
nixlib-474587513e4cdc9dd79edb453c68e35aa3c37542.tar.lz
nixlib-474587513e4cdc9dd79edb453c68e35aa3c37542.tar.xz
nixlib-474587513e4cdc9dd79edb453c68e35aa3c37542.tar.zst
nixlib-474587513e4cdc9dd79edb453c68e35aa3c37542.zip
hwinfo: 21.56 -> 21.57
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
-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 066848ea7be9..af934b54185a 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.56";
+  version = "21.57";
 
   src = fetchFromGitHub {
     owner = "opensuse";
     repo = "hwinfo";
     rev = "${version}";
-    sha256 = "09zc8k1d9l673bb41vjpz3zrzaxaymqgk8m1v7pccvg70rq005kv";
+    sha256 = "1zxc26bljhj04mqzpwnqd6zfnz4dd2syapzn8xcakj882v4a8gnz";
   };
 
   patchPhase = ''