multipath-tools: 0.8.1 -> 0.8.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/multipath-tools/versions
This commit is contained in:
R. RyanTM 2019-07-15 18:27:29 -07:00
parent 7803ff314c
commit b8a4f1eb97

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "multipath-tools-${version}";
version = "0.8.1";
version = "0.8.2";
src = fetchurl {
name = "${name}.tar.gz";
url = "https://git.opensvc.com/gitweb.cgi?p=multipath-tools/.git;a=snapshot;h=refs/tags/${version};sf=tgz";
sha256 = "0669zl4dpai63dl04lf8vpwnpsff6qf19fifxfc4frawnh699k95";
sha256 = "0x6cjlb9mjrmpaqk5v6v47qz6n9zyqmw13i7pq5x6ppwyqdxhn5s";
};
postPatch = ''