clib: 2.8.5 -> 2.8.7

This commit is contained in:
R. Ryantm 2024-06-27 23:16:00 +00:00
parent 5488a687a5
commit 42101fec5f

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)" ];