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

clib: 2.8.5 -> 2.8.7
This commit is contained in:
Weijia Wang
2024-07-04 00:28:50 +02:00
committed by GitHub

View File

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