summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2018-02-27 08:12:23 +0000
committerGitHub <noreply@github.com>2018-02-27 08:12:23 +0000
commit26670976d085eb2fafd3765b23ec9f31838ca15f (patch)
tree7825dc39e9ee8baabfaa5ab78a66560be9b4f9e1 /pkgs/tools/system
parent83ebc2d51a9965b002041e08d1a10459a0a7460f (diff)
parent5ee6e830faaaeba5c499af53a973311221ebcf42 (diff)
downloadnixlib-26670976d085eb2fafd3765b23ec9f31838ca15f.tar
nixlib-26670976d085eb2fafd3765b23ec9f31838ca15f.tar.gz
nixlib-26670976d085eb2fafd3765b23ec9f31838ca15f.tar.bz2
nixlib-26670976d085eb2fafd3765b23ec9f31838ca15f.tar.lz
nixlib-26670976d085eb2fafd3765b23ec9f31838ca15f.tar.xz
nixlib-26670976d085eb2fafd3765b23ec9f31838ca15f.tar.zst
nixlib-26670976d085eb2fafd3765b23ec9f31838ca15f.zip
Merge pull request #35726 from ryantm/auto-update/hwinfo-21.50-to-21.52
hwinfo: 21.50 -> 21.52
Diffstat (limited to 'pkgs/tools/system')
-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 08b6b480ef82..67258399d8bc 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.50";
+  version = "21.52";
 
   src = fetchFromGitHub {
     owner = "opensuse";
     repo = "hwinfo";
     rev = "${version}";
-    sha256 = "1kkq979qqdalxdm6f0gyl3l9nk5rm6i6rbms43rmy52jfda5f5bv";
+    sha256 = "1kva5bhylxbxgp2lv48av8mzcyybigj45rbwl9736l1kiv58i21r";
   };
 
   patchPhase = ''