about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-05-05 04:55:56 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-05-05 04:55:56 +0000
commit03369ef156e55443f708416a9ca4b3279a260366 (patch)
treeb4b426c1ec5c1a50f441796654747851e01b04d0
parent285bd2642bf66662c919e6d9fd91c28f82cb2a75 (diff)
downloadnixlib-03369ef156e55443f708416a9ca4b3279a260366.tar
nixlib-03369ef156e55443f708416a9ca4b3279a260366.tar.gz
nixlib-03369ef156e55443f708416a9ca4b3279a260366.tar.bz2
nixlib-03369ef156e55443f708416a9ca4b3279a260366.tar.lz
nixlib-03369ef156e55443f708416a9ca4b3279a260366.tar.xz
nixlib-03369ef156e55443f708416a9ca4b3279a260366.tar.zst
nixlib-03369ef156e55443f708416a9ca4b3279a260366.zip
hwinfo: 21.69 -> 21.70
-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 b8bbe09fcb73..6b6aa40a0f73 100644
--- a/pkgs/tools/system/hwinfo/default.nix
+++ b/pkgs/tools/system/hwinfo/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "hwinfo";
-  version = "21.69";
+  version = "21.70";
 
   src = fetchFromGitHub {
     owner = "opensuse";
     repo = "hwinfo";
     rev = version;
-    sha256 = "01lmxyqhx092ahbls7z9gwgmsinlqcv8zb7xvklbwyhzy5c02fxx";
+    sha256 = "13vvsxj06wy86m7fy6bwy63ga49a2k4chdnk8jj3klj2cnh7ql8z";
   };
 
   patchPhase = ''