hwinfo: 21.58 -> 21.60

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hwinfo/versions
This commit is contained in:
R. RyanTM 2018-10-27 10:27:19 -07:00
parent f2b8262e05
commit 12bbb99e12

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "hwinfo-${version}";
version = "21.58";
version = "21.60";
src = fetchFromGitHub {
owner = "opensuse";
repo = "hwinfo";
rev = "${version}";
sha256 = "15gfgb711cs42nynmql2dyi8hs7f5wj3pcm75snnbz5arp8lx3j2";
sha256 = "1agjc14m1814x897wkx484qb8llr395xlzn428f86sxgshicwfy3";
};
patchPhase = ''