nload: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "nload";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.roland-riegel.de/nload/nload-${finalAttrs.version}.tar.gz";
|
||||
url = "https://www.roland-riegel.de/nload/nload-${finalAttrs.version}.tar.gz";
|
||||
sha256 = "1rb9skch2kgqzigf19x8bzk211jdfjfdkrcvaqyj89jy2pkm3h61";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user