Merge pull request #35726 from ryantm/auto-update/hwinfo-21.50-to-21.52

hwinfo: 21.50 -> 21.52
This commit is contained in:
Frederik Rietdijk 2018-02-27 08:12:23 +00:00 committed by GitHub
commit 26670976d0
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.50";
version = "21.52";
src = fetchFromGitHub {
owner = "opensuse";
repo = "hwinfo";
rev = "${version}";
sha256 = "1kkq979qqdalxdm6f0gyl3l9nk5rm6i6rbms43rmy52jfda5f5bv";
sha256 = "1kva5bhylxbxgp2lv48av8mzcyybigj45rbwl9736l1kiv58i21r";
};
patchPhase = ''