Merge pull request #41774 from bhipple/xfsprogs-src-url

xfsprogs: swap src url to HTTPS
This commit is contained in:
Matthew Justin Bauer 2018-06-09 20:38:43 -04:00 committed by GitHub
commit e465cc7d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,8 +12,8 @@ stdenv.mkDerivation rec {
version = "4.14.0";
src = fetchgit {
url = "git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git";
rev = "refs/tags/v${version}";
url = "https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git";
rev = "v${version}";
sha256 = "19mg3avm188xz215hqbbh7251q27qwm7g1xr8ffrjwvzmdq55rxj";
};