hex-a-hop: use mirror url

This commit is contained in:
Peder Bergebakken Sundt 2024-10-09 12:04:00 +02:00
parent a9664ed82b
commit de5497df2f

View File

@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "1.1.0";
src = fetchzip {
url = "https://downloads.sourceforge.net/project/hexahop/${version}/hex-a-hop-${version}.tar.gz";
url = "mirror://sourceforge/project/hexahop/${version}/hex-a-hop-${version}.tar.gz";
sha256 = "sha256-fBSvNtgNR0aNofbvoYpM1e8ww4ARlXIvrQUvJqVGLlY=";
};