jdom: use https for sources

Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
Lisanna Dettwyler
2026-03-21 12:30:12 -04:00
parent 5d15999e6b
commit d54ba9c576
+1 -1
View File
@@ -9,7 +9,7 @@ stdenv.mkDerivation (finalAttrs: {
version = "2.0.6.1";
src = fetchzip {
url = "http://www.jdom.org/dist/binary/jdom-${finalAttrs.version}.zip";
url = "https://www.jdom.org/dist/binary/jdom-${finalAttrs.version}.zip";
stripRoot = false;
hash = "sha256-Y++mlO+7N5EU2NhRzLl5x5WXNqu/2tDO/NpNhfRegcg=";
};