{grub2,ceph,libs3,socket_wrapper,nss_wrapper}.src: use mirrors, https and fetchFromSavannah to enable better availability for proxied users

This commit is contained in:
Edward Tjörnhammar
2015-04-28 22:50:57 +02:00
parent 63c00f2746
commit b9b8e3acba
5 changed files with 18 additions and 19 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ callPackage ./generic.nix (args // rec {
version = "0.94.1";
src = fetchgit {
url = "git://github.com/ceph/ceph.git";
url = "https://github.com/ceph/ceph.git";
rev = "refs/tags/v${version}";
sha256 = "0rrl10vda4xv22al2c5ccd8v8drs26186dvkrxndvqz8p9999cjx";
};