Merge pull request #39546 from r-ryantm/auto-update/hwinfo

hwinfo: 21.52 -> 21.53
This commit is contained in:
Jörg Thalheim 2018-04-27 09:21:32 +01:00 committed by GitHub
commit 49f096b3e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "hwinfo-${version}";
version = "21.52";
version = "21.53";
src = fetchFromGitHub {
owner = "opensuse";
repo = "hwinfo";
rev = "${version}";
sha256 = "1kva5bhylxbxgp2lv48av8mzcyybigj45rbwl9736l1kiv58i21r";
sha256 = "1hrazksr95pxl5p0r0x3cdph1ps98cls2v9avg0qs0qf9y18hady";
};
patchPhase = ''