Skip to content

Commit

Permalink
Merge pull request #31057 from dtzWill/update/musl-1.1.18
Browse files Browse the repository at this point in the history
musl: 1.1.17 -> 1.1.18
  • Loading branch information
Mic92 committed Nov 2, 2017
2 parents 0b75c1d + 399020d commit 5cfd049
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/os-specific/linux/musl/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "musl-${version}";
version = "1.1.17";
version = "1.1.18";

src = fetchurl {
url = "http://www.musl-libc.org/releases/${name}.tar.gz";
sha256 = "0r0lyp2w6v2bvm8h1si7w3p2qx037szl14qnxm5p00568z3m3an8";
sha256 = "0651lnj5spckqjf83nz116s8qhhydgqdy3rkl4icbh5f05fyw5yh";
};

enableParallelBuilding = true;
Expand All @@ -25,8 +25,6 @@ stdenv.mkDerivation rec {
"CFLAGS=-fstack-protector-strong"
];

patches = [];

dontDisableStatic = true;

meta = {
Expand Down

0 comments on commit 5cfd049

Please sign in to comment.