about summary refs log tree commit diff
path: root/pkgs/tools/misc/debootstrap
diff options
context:
space:
mode:
authorKosyrev Serge <_deepfire@feelingofgreen.ru>2015-01-03 18:37:02 +0300
committerVladimír Čunát <vcunat@gmail.com>2015-01-20 16:51:46 +0100
commitbd3f891c1ca2f06e34b2bc887861341c8c8e0e52 (patch)
treefe0cc61d2b9a9e7097f1286c5e6abe0b88e19456 /pkgs/tools/misc/debootstrap
parent9c24b48e0c50dae3dbad24a9d62156785c5b7fe7 (diff)
debootstrap: 1.0.64.tar.xz -> 1.0.66.tar.gz (close #5548)
It was 404.
@vcunat: convert URLs to mirror://debian.
Diffstat (limited to 'pkgs/tools/misc/debootstrap')
-rw-r--r--pkgs/tools/misc/debootstrap/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/tools/misc/debootstrap/default.nix b/pkgs/tools/misc/debootstrap/default.nix
index 834dfcb7e3a44..3b14e46d0d378 100644
--- a/pkgs/tools/misc/debootstrap/default.nix
+++ b/pkgs/tools/misc/debootstrap/default.nix
@@ -14,7 +14,7 @@ let
     };
     patches = [
       (fetchurl {
-       url = "http://ftp.de.debian.org/debian/pool/main/m/makedev/makedev_2.3.1-89.diff.gz";
+       url = "mirror://debian/pool/main/m/makedev/makedev_2.3.1-89.diff.gz";
        sha256 = "1zbifw2jkq6471fb67y893nq4lq009xbfbi57jbjwxnhqmrppcy9";
        })
     ];
@@ -32,13 +32,13 @@ in
 
 stdenv.mkDerivation {
 
-  name = "debootstrap-1.0.64";
+  name = "debootstrap-1.0.66";
 
   src = fetchurl {
     # git clone git://git.debian.org/d-i/debootstrap.git
     # I'd like to use the source. However it's lacking the lanny script ? (still true?)
-    url = http://ftp.de.debian.org/debian/pool/main/d/debootstrap/debootstrap_1.0.64.tar.xz;
-    sha256 = "0yrdgggqgb7g1h677zipaxs17iyw4fmnmhh0l5n17d8x39pqjkd8";
+    url = mirror://debian/pool/main/d/debootstrap/debootstrap_1.0.66.tar.gz;
+    sha256 = "15gh6pvk7f0fib8ggz2zx53pg2jzqk4x0s8ihkpqxqdf4rlns91k";
   };
 
   buildInputs = [ dpkg gettext gawk perl ];