runit: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
version = "2.2.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://smarden.org/runit/${pname}-${version}.tar.gz";
|
||||
url = "https://smarden.org/runit/${pname}-${version}.tar.gz";
|
||||
sha256 = "sha256-le9NKGi5eMcXn+R5AeXFeOEc8nPSkr1iCL06fMsCkpA=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user