cl-launch: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "4.1.4.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://common-lisp.net/project/xcvb/cl-launch/cl-launch-${finalAttrs.version}.tar.gz";
|
||||
url = "https://common-lisp.net/project/xcvb/cl-launch/cl-launch-${finalAttrs.version}.tar.gz";
|
||||
sha256 = "sha256-v5aURs2Verhn2HmGiijvY9br20OTPFrOGBWsb6cHhSQ=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user