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:
Robert Helgesson 2015-12-30 14:04:45 +01:00
parent 9f5b058041
commit 2367594575

View File

@ -1,9 +1,10 @@
{stdenv, fetchurl, unzip}:
stdenv.mkDerivation {
name = "hawknl-1.34";
name = "hawknl-1.68";
src = fetchurl {
url = http://hawksoft.com/download/files/HawkNL168src.zip;
url = http://urchlay.naptime.net/~urchlay/src/HawkNL168src.zip;
sha256 = "11shn2fbxj3w0j77w0234pqyj1368x686kkgv09q5yqhi1cdp028";
};