about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/ratox
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-12-16 12:05:35 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-12-16 12:07:08 +0100
commit98151e0691f6281965f5d54612d05822198607fb (patch)
treed1231e528282a0989a76e77550c41fa10304e2f1 /pkgs/applications/networking/instant-messengers/ratox
parent0944d05e2e7ea4754cff9658afdc186208ae4004 (diff)
ratox: Fix broken URL
However, the URL still gives a hash mismatch. @ehmry
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/ratox')
-rw-r--r--pkgs/applications/networking/instant-messengers/ratox/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/instant-messengers/ratox/default.nix b/pkgs/applications/networking/instant-messengers/ratox/default.nix
index 9f107559551f7..238b7209799cd 100644
--- a/pkgs/applications/networking/instant-messengers/ratox/default.nix
+++ b/pkgs/applications/networking/instant-messengers/ratox/default.nix
@@ -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";
   };