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

hwinfo: 21.62 -> 21.63
This commit is contained in:
markuskowa 2018-12-16 12:24:25 +01:00 committed by GitHub
commit 3172f2258f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "hwinfo-${version}";
version = "21.62";
version = "21.63";
src = fetchFromGitHub {
owner = "opensuse";
repo = "hwinfo";
rev = "${version}";
sha256 = "1mhvpvjdalxhvjkf8vhph414qfp14kwz24jk0mx2y4nijk958n0f";
sha256 = "0rwc30vs7clhl0kmniw4vms1ngx3xl6l1a979hywszvzhgmdclxh";
};
patchPhase = ''