mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
Merge pull request #41774 from bhipple/xfsprogs-src-url
xfsprogs: swap src url to HTTPS
This commit is contained in:
commit
e465cc7d0e
@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
|
|||||||
version = "4.14.0";
|
version = "4.14.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git";
|
url = "https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "19mg3avm188xz215hqbbh7251q27qwm7g1xr8ffrjwvzmdq55rxj";
|
sha256 = "19mg3avm188xz215hqbbh7251q27qwm7g1xr8ffrjwvzmdq55rxj";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user