f2fs-tools: fetch src from HTTPS instead of SSH (#48110)

All users can use HTTPS, but some enterprise users may not be able to access
external SSH endpoints behind corporate firewalls.
This commit is contained in:
Benjamin Hipple 2018-10-09 16:37:18 -04:00 committed by xeji
parent a00b820ddc
commit 11c0d07761

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.11.0";
src = fetchgit {
url = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git";
url = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git";
rev = "refs/tags/v${version}";
sha256 = "188yv77ga466wpzbirsx6vspym8idaschgi7cx92z4jwqpnkk5gv";
};