exodus: fix source url

This commit is contained in:
Jean-Philippe Cugnet 2023-01-15 17:20:51 +01:00
parent df1262baae
commit a935fde791
No known key found for this signature in database
GPG Key ID: DE7B66F71BE85E31

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
version = "22.8.12";
src = fetchzip {
url = "https://downloads.exodus.io/releases/${pname}-linux-x64-${version}.zip";
url = "https://downloads.exodus.com/releases/${pname}-linux-x64-${version}.zip";
sha256 = "sha256-jNzHh4zYhFzpFZAC9rHmwjTdFkbpROSEN3qpL7geiOU=";
};