Merge pull request #167668 from r-ryantm/auto-update/clib

clib: 1.11.4 -> 2.8.1
This commit is contained in:
Thiago Kenji Okada
2022-04-10 15:19:38 +01:00
committed by GitHub
@@ -1,18 +1,16 @@
{ lib, stdenv, fetchFromGitHub, curl }:
stdenv.mkDerivation rec {
version = "1.11.4";
version = "2.8.1";
pname = "clib";
src = fetchFromGitHub {
rev = version;
owner = "clibs";
repo = "clib";
sha256 = "0cxldyx5bsld8gdasqpqlnzyap294hlkgcjyw3vlzlxcb0izjy8i";
sha256 = "sha256-AzPpGwtZemKX2r/XKyNTJ+lVwU1QUxkB2OywtCwTAWs=";
};
hardeningDisable = [ "fortify" ];
makeFlags = [ "PREFIX=$(out)" ];
buildInputs = [ curl ];