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

xfsprogs: swap src url to HTTPS

authored by Matthew Justin Bauer and committed by GitHub e465cc7d 86e5595d

+2 -2
+2 -2
pkgs/tools/filesystems/xfsprogs/default.nix
··· 12 12 version = "4.14.0"; 13 13 14 14 src = fetchgit { 15 - url = "git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git"; 16 - rev = "refs/tags/v${version}"; 15 + url = "https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git"; 16 + rev = "v${version}"; 17 17 sha256 = "19mg3avm188xz215hqbbh7251q27qwm7g1xr8ffrjwvzmdq55rxj"; 18 18 }; 19 19