hawknl: fix download URL
The upstream URL is broken, use an alternative download URL. Checksum is the same as old download.
This commit is contained in:
parent
9f5b058041
commit
2367594575
@ -1,11 +1,12 @@
|
||||
{stdenv, fetchurl, unzip}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "hawknl-1.34";
|
||||
src = fetchurl {
|
||||
url = http://hawksoft.com/download/files/HawkNL168src.zip;
|
||||
sha256 = "11shn2fbxj3w0j77w0234pqyj1368x686kkgv09q5yqhi1cdp028";
|
||||
};
|
||||
name = "hawknl-1.68";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://urchlay.naptime.net/~urchlay/src/HawkNL168src.zip;
|
||||
sha256 = "11shn2fbxj3w0j77w0234pqyj1368x686kkgv09q5yqhi1cdp028";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user