Merge pull request #70664 from r-ryantm/auto-update/multipath-tools

multipath-tools: 0.8.2 -> 0.8.3
This commit is contained in:
Marek Mahut 2019-10-10 11:22:46 +02:00 committed by GitHub
commit c386d75282
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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