daemon: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "0.8.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://libslack.org/daemon/download/daemon-${finalAttrs.version}.tar.gz";
|
||||
url = "https://libslack.org/daemon/download/daemon-${finalAttrs.version}.tar.gz";
|
||||
sha256 = "sha256-+iiFmtNBywoLASwRwnGBT4cEggE7SfcQYAMh03mIfNE=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user