We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent ca1089a commit 50831d5Copy full SHA for 50831d5
pkgs/os-specific/linux/busybox/default.nix
@@ -27,11 +27,11 @@ let
27
in
28
29
stdenv.mkDerivation rec {
30
- name = "busybox-1.26.2";
+ name = "busybox-1.27.0";
31
32
src = fetchurl {
33
url = "http://busybox.net/downloads/${name}.tar.bz2";
34
- sha256 = "05mg6rh5smkzfwqfcazkpwy6h6555llsazikqnvwkaf17y8l8gns";
+ sha256 = "1kcr0jvik0c31ls4f3li359xv7w0b60hv64fknj28bwlkdgbvpx5";
35
};
36
37
hardeningDisable = [ "format" ] ++ lib.optional enableStatic [ "fortify" ];
0 commit comments