summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-08-13 20:41:49 +0000
committerShea Levy <shea@shealevy.com>2011-08-13 20:41:49 +0000
commit3afb3eba2766275f507ffb1ba71133de0cc18fb3 (patch)
tree89ccaf13b5bfc98255f96acaa8ca733fce33f2d2 /pkgs/misc
parent03b53d595d7267936722a9b460aac752383df991 (diff)
busybox: Bump to 1.19.0
svn path=/nixpkgs/trunk/; revision=28548
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/busybox/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/busybox/default.nix b/pkgs/misc/busybox/default.nix
index e52fbf798e171..f3a73514ed855 100644
--- a/pkgs/misc/busybox/default.nix
+++ b/pkgs/misc/busybox/default.nix
@@ -39,11 +39,11 @@ let
 in
 
 stdenv.mkDerivation rec {
-  name = "busybox-1.18.0";
+  name = "busybox-1.19.0";
 
   src = fetchurl {
     url = "http://busybox.net/downloads/${name}.tar.bz2";
-    sha256 = "007bc8k6sc62iyjmyv3di2c8xdxvdhvqg68c7pn40m0455lmx79s";
+    sha256 = "0332yxvlfv2hbix9n70dyp4xlm2hrk248qqdg006hyfpjsh49kqr";
   };
 
   configurePhase = ''