mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
librdf_rasqal: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "0.9.33";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.librdf.org/source/rasqal-${finalAttrs.version}.tar.gz";
|
||||
url = "https://download.librdf.org/source/rasqal-${finalAttrs.version}.tar.gz";
|
||||
sha256 = "0z6rrwn4jsagvarg8d5zf0j352kjgi33py39jqd29gbhcnncj939";
|
||||
};
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
version = "1.0.17";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.librdf.org/source/redland-${version}.tar.gz";
|
||||
url = "https://download.librdf.org/source/redland-${version}.tar.gz";
|
||||
sha256 = "de1847f7b59021c16bdc72abb4d8e2d9187cd6124d69156f3326dd34ee043681";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user