ratox: Fix broken URL

However, the URL still gives a hash mismatch. @ehmry
This commit is contained in:
Eelco Dolstra 2015-12-16 12:05:35 +01:00
parent 0944d05e2e
commit 98151e0691

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
name = "ratox-0.2.1";
src = fetchurl {
url = "nix-prefetch-url http://git.2f30.org/ratox/snapshot/${name}.tar.gz";
url = "http://git.2f30.org/ratox/snapshot/${name}.tar.gz";
sha256 = "1fm9b3clvnc2nf0pd1z8g08kfszwhk1ij1lyx57wl8vd51z4xsi5";
};