zeroad{-unwrapped,-data}: fetch source via https

There is no reason to leave http as the default. Https is far more
secure.
This commit is contained in:
gumball76
2025-11-29 15:23:10 -06:00
parent 8a107a0ad8
commit 46df0ee9d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
inherit (zeroad-unwrapped) version;
src = fetchurl {
url = "http://releases.wildfiregames.com/0ad-${version}-unix-data.tar.xz";
url = "https://releases.wildfiregames.com/0ad-${version}-unix-data.tar.xz";
hash = "sha256-g34tbd8TiwJfwCAXJF11gaS7hP2UtCwOYF0yG3AXqZg=";
};
+1 -1
View File
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
version = "0.27.1";
src = fetchurl {
url = "http://releases.wildfiregames.com/0ad-${version}-unix-build.tar.xz";
url = "https://releases.wildfiregames.com/0ad-${version}-unix-build.tar.xz";
hash = "sha256-oKU1XutZaNJPKDdwc2FQ2XTa/sugd1TUZicH3BcBa/s=";
};