nsf-ordlista: use https for sources

Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
Lisanna Dettwyler
2026-03-21 12:31:03 -04:00
parent d64773a394
commit 1a0e82c28d
+1 -1
View File
@@ -7,7 +7,7 @@ stdenvNoCC.mkDerivation {
pname = "nsf-ordlista";
version = "unstable-2023-08-20";
src = fetchzip {
url = "http://www2.scrabbleforbundet.no/wp-content/uploads/2023/08/nsf2023.zip";
url = "https://www2.scrabbleforbundet.no/wp-content/uploads/2023/08/nsf2023.zip";
hash = "sha256-bcVqZ2yPHurl6sRNgeLNAyyR8WR9ewmtn85Xuw/rZ3s=";
};