hwinfo: 21.57 -> 21.58

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-14 07:38:34 -07:00
parent 35ce480d69
commit 5a51d74e37

View file

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