Skip to content

Commit

Permalink
Merge pull request #73758 from d-goldin/backport_musl_bump
Browse files Browse the repository at this point in the history
[r19.09] musl: 1.1.2x -> 1.1.24 (security)
  • Loading branch information
fpletz committed Dec 7, 2019
2 parents 41896c8 + 30843ef commit 7823b4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/musl/default.nix
Expand Up @@ -29,11 +29,11 @@ let
in
stdenv.mkDerivation rec {
pname = "musl";
version = "1.1.22";
version = "1.1.24";

src = fetchurl {
url = "https://www.musl-libc.org/releases/${pname}-${version}.tar.gz";
sha256 = "1qr9xqdzziy5bsyyqlh6k8yz056ll55d5yvc0gbhz61ginj422cb";
sha256 = "18r2a00k82hz0mqdvgm7crzc7305l36109c0j9yjmkxj2alcjw0k";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit 7823b4a

Please sign in to comment.