cimg: 3.4.2 -> 3.4.3 (#348693)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-10-17 00:43:08 +00:00 committed by GitHub
commit dd8dd07967
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cimg";
version = "3.4.2";
version = "3.4.3";
src = fetchFromGitHub {
owner = "GreycLab";
repo = "CImg";
rev = "refs/tags/v.${finalAttrs.version}";
hash = "sha256-lYs8V/phdyM1kpcxBDS3vAjxFgGCaaOCdNHU3//dgDs=";
hash = "sha256-Abe7mSbdj06MossUQXCKZPzzfyvJyRVeLfzINYNPv4g=";
};
outputs = [ "out" "doc" ];