Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
musl: 1.1.2x -> 1.1.24
Browse files Browse the repository at this point in the history
https://www.openwall.com/lists/musl/2019/10/13/5

Apparently 1.1.23 never made it to nixpkgs proper (?!), see:
https://git.musl-libc.org/cgit/musl/commit/?id=b07d45eb01e900f0176894fdedab62285f5cb8be

(sorry I apparently dropped the ball here)
  • Loading branch information
dtzWill committed Oct 14, 2019
1 parent b014076 commit 1263a71
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 1263a71

Please sign in to comment.