summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2021-02-07 04:14:52 +0100
committerGitHub <noreply@github.com>2021-02-07 04:14:52 +0100
commit0074ea0cae61dd06a51825cec19c694df4e8570f (patch)
tree4e732935c337a51d133ca7a1745162fa5af0debf /pkgs/tools
parent53229a1a4a030c8bd76d72d37967f1bed980c806 (diff)
parent966333e0fa58405a401b1ddeef374bd3fa01d4ce (diff)
downloadnixpkgs-0074ea0cae61dd06a51825cec19c694df4e8570f.tar
nixpkgs-0074ea0cae61dd06a51825cec19c694df4e8570f.tar.gz
nixpkgs-0074ea0cae61dd06a51825cec19c694df4e8570f.tar.bz2
nixpkgs-0074ea0cae61dd06a51825cec19c694df4e8570f.tar.lz
nixpkgs-0074ea0cae61dd06a51825cec19c694df4e8570f.tar.xz
nixpkgs-0074ea0cae61dd06a51825cec19c694df4e8570f.tar.zst
nixpkgs-0074ea0cae61dd06a51825cec19c694df4e8570f.zip
Merge pull request #111901 from r-ryantm/auto-update/hwinfo
hwinfo: 21.71 -> 21.72
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 925b60d5434..9048aa966f7 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.71";
+  version = "21.72";
 
   src = fetchFromGitHub {
     owner = "opensuse";
     repo = "hwinfo";
     rev = version;
-    sha256 = "1g671fvkg6r30n9vwwlqpdd6yn6jf7n9ynjmslblk7kbnabzayby";
+    sha256 = "sha256-T/netiZqox+qa19wH+h8cbsGbiM+9VrSEIjccrPYqws=";
   };
 
   patchPhase = ''