Merge pull request #312344 from r-ryantm/auto-update/cimg

cimg: 3.3.5 -> 3.3.6
This commit is contained in:
Matthias Beyer 2024-05-17 09:48:47 +02:00 committed by GitHub
commit 009e24342e
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.3.5";
version = "3.3.6";
src = fetchFromGitHub {
owner = "GreycLab";
repo = "CImg";
rev = "v.${finalAttrs.version}";
hash = "sha256-QdQhMEY6Zl3qdvRIeDv/12TL4HMrNJSAQ66vQymOrBU=";
hash = "sha256-yNIHCEiLvoNNsYisAKo/jj6Q2mLrLMttZyj2XzrWFU4=";
};
outputs = [ "out" "doc" ];