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

clib: 2.8.3 -> 2.8.5
This commit is contained in:
Nick Cao 2023-11-09 11:52:08 -05:00 committed by GitHub
commit 8220e7584e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ lib, stdenv, fetchFromGitHub, curl }:
stdenv.mkDerivation rec {
version = "2.8.3";
version = "2.8.5";
pname = "clib";
src = fetchFromGitHub {
rev = version;
owner = "clibs";
repo = "clib";
sha256 = "sha256-Ld6u+F25SOyYr+JWXVmn5G8grQ39eN8EY7j77WNycEE=";
sha256 = "sha256-znvqxZWkQndxE6s36c77whUPc1UokrofTApFSIKFOtM=";
};
makeFlags = [ "PREFIX=$(out)" ];