clib: 2.8.3 -> 2.8.5

This commit is contained in:
R. Ryantm 2023-11-09 06:38:11 +00:00
parent 1e45a23642
commit e19fd31362

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