summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2015-02-02 11:27:06 +0100
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2015-02-05 23:00:08 +0100
commita761b33d8c911d8c2c0d89b9068bfbf182163203 (patch)
tree068d8b0e579555c991692dcd796737cbe1ddfad5 /pkgs/stdenv
parentc375a6744b66ba3793147dff033bd6ae663043e7 (diff)
downloadnixpkgs-a761b33d8c911d8c2c0d89b9068bfbf182163203.tar
nixpkgs-a761b33d8c911d8c2c0d89b9068bfbf182163203.tar.gz
nixpkgs-a761b33d8c911d8c2c0d89b9068bfbf182163203.tar.bz2
nixpkgs-a761b33d8c911d8c2c0d89b9068bfbf182163203.tar.lz
nixpkgs-a761b33d8c911d8c2c0d89b9068bfbf182163203.tar.xz
nixpkgs-a761b33d8c911d8c2c0d89b9068bfbf182163203.tar.zst
nixpkgs-a761b33d8c911d8c2c0d89b9068bfbf182163203.zip
Using fixed bootstraptools.
Built natively with latest fixes.
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/linux/bootstrap/armv5tel.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/stdenv/linux/bootstrap/armv5tel.nix b/pkgs/stdenv/linux/bootstrap/armv5tel.nix
index a32685abd1d..082e60dde48 100644
--- a/pkgs/stdenv/linux/bootstrap/armv5tel.nix
+++ b/pkgs/stdenv/linux/bootstrap/armv5tel.nix
@@ -1,12 +1,12 @@
 {
   busybox = import <nix/fetchurl.nix> {
-    url = "http://192.168.10.4/~viric/tmp/nix/busybox";
-    sha256 = "1z5zaa7cs70sndfcpabfhlw4ralzcjv1qhii2vi20vng3ldn2bwm";
+    url = "http://vicerveza.homeunix.net/~viric/tmp/nix/busybox";
+    sha256 = "1vfadk3d2v0bsvmbaz1pvpn4g1vm7p751hkdxya1lkn5n1a9px5m";
     executable = true;
   };
 
   bootstrapTools = import <nix/fetchurl.nix> {
-    url = "http://tarballs.nixos.org/stdenv-linux/armv5tel/r18744/bootstrap-tools.cpio.bz2";
-    sha256 = "1rn4n5kilqmv62dfjfcscbsm0w329k3gyb2v9155fsi1sl2cfzcb";
+    url = "http://vicerveza.homeunix.net/~viric/tmp/nix/bootstrap-tools.tar.xz";
+    sha256 = "39df65053bab50bc2975060c4da177266e263f30c2afba231a97d23f4c471eb8";
   };
 }