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

hwinfo: 21.63 -> 21.64
This commit is contained in:
markuskowa 2019-04-01 23:23:21 +02:00 committed by GitHub
commit f41887459f
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.63";
version = "21.64";
src = fetchFromGitHub {
owner = "opensuse";
repo = "hwinfo";
rev = "${version}";
sha256 = "0rwc30vs7clhl0kmniw4vms1ngx3xl6l1a979hywszvzhgmdclxh";
sha256 = "0jdwd6xvcsyyk03hv0kyz6pn4nzmgn2ynj8gqai1fxh3l8hv48w8";
};
patchPhase = ''