forked from mirrors/nixpkgs
multipath-tools: fix download URL
The URL was mistakenly truncated in the following commit:
57bccb3cb8
treewide: http -> https sources (#42676)
This commit is contained in:
parent
e4b146b125
commit
3c66a05a7b
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
src = fetchurl {
|
||||
name = "${name}.tar.gz";
|
||||
url = "https://git.opensvc.com/";
|
||||
url = "https://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;h=e165b73a16fc9027aa3306df40052038c175be1b;sf=tgz";
|
||||
sha256 = "159hxvbk9kh1qay9x04w0gsqzg0hkl5yghfc1wi9kv2n5pcwbkpm";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue