Skip to content

Commit

Permalink
busybox: 1.36.0 -> 1.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed May 25, 2023
1 parent 8fbdc4e commit 0d3d953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/busybox/default.nix
Expand Up @@ -50,14 +50,14 @@ in

stdenv.mkDerivation rec {
pname = "busybox";
version = "1.36.0";
version = "1.36.1";

# Note to whoever is updating busybox: please verify that:
# nix-build pkgs/stdenv/linux/make-bootstrap-tools.nix -A test
# still builds after the update.
src = fetchurl {
url = "https://busybox.net/downloads/${pname}-${version}.tar.bz2";
sha256 = "sha256-VCdQyK98smMOIBeAtPmfPczusG9QW0eexoJBweavYaU=";
sha256 = "sha256-uMwkyVdNgJ5yecO+NJeVxdXOtv3xnKcJ+AzeUOR94xQ=";
};

hardeningDisable = [ "format" "pie" ]
Expand Down

0 comments on commit 0d3d953

Please sign in to comment.