Merge pull request #61824 from vlaci/multipath-tools-1

multipath-tools: fix download URL and adjust download URL
This commit is contained in:
Matthew Bauer 2019-05-25 17:03:52 -05:00 committed by GitHub
commit fcd012eed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,12 @@
{ stdenv, fetchurl, lvm2, libaio, gzip, readline, systemd, liburcu }:
stdenv.mkDerivation rec {
name = "multipath-tools-0.6.2";
name = "multipath-tools-${version}";
version = "0.6.2";
src = fetchurl {
name = "${name}.tar.gz";
url = "https://git.opensvc.com/";
url = "https://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;h=${version};sf=tgz";
sha256 = "159hxvbk9kh1qay9x04w0gsqzg0hkl5yghfc1wi9kv2n5pcwbkpm";
};