mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
hex-a-hop: use mirror url
This commit is contained in:
parent
a9664ed82b
commit
de5497df2f
@ -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=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user