about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-05-05 20:14:54 -0500
committerGitHub <noreply@github.com>2020-05-05 20:14:54 -0500
commit8beaec8824d3665e0d531cc609ee3c77a410101c (patch)
tree4e2036583c1c27be469482220dc98ad01d1afd61
parentf321c58c2816299d7cc7cecbf63c649415c07241 (diff)
parent03369ef156e55443f708416a9ca4b3279a260366 (diff)
downloadnixlib-8beaec8824d3665e0d531cc609ee3c77a410101c.tar
nixlib-8beaec8824d3665e0d531cc609ee3c77a410101c.tar.gz
nixlib-8beaec8824d3665e0d531cc609ee3c77a410101c.tar.bz2
nixlib-8beaec8824d3665e0d531cc609ee3c77a410101c.tar.lz
nixlib-8beaec8824d3665e0d531cc609ee3c77a410101c.tar.xz
nixlib-8beaec8824d3665e0d531cc609ee3c77a410101c.tar.zst
nixlib-8beaec8824d3665e0d531cc609ee3c77a410101c.zip
Merge pull request #86880 from r-ryantm/auto-update/hwinfo
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 = ''