mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
leafnode1: use mirror url
This commit is contained in:
parent
124f48d5f4
commit
7af3bb01d5
@ -5,7 +5,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
version = "1.12.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://downloads.sourceforge.net/project/leafnode/leafnode/${finalAttrs.version}/leafnode-${finalAttrs.version}.tar.gz";
|
||||
url = "mirror://sourceforge/project/leafnode/leafnode/${finalAttrs.version}/leafnode-${finalAttrs.version}.tar.gz";
|
||||
sha256 = "sha256-tGfOcyH2F6IeglfY00u199eKusnn6HeqD7or3Oz3ed4=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user