Merge pull request #320204 from fabaff/cimg-fix-hash

cimg: fix hash
This commit is contained in:
Lily Foster 2024-06-16 10:48:49 -04:00 committed by GitHub
commit d90a180d6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,8 +12,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "GreycLab";
repo = "CImg";
rev = "v.${finalAttrs.version}";
hash = "sha256-IHWBvPEl0RN/0j8FaeAhlzWPeitC3bBgUCAj49aPLpw=";
rev = "refs/tags/v.${finalAttrs.version}";
hash = "sha256-BnDS1n1aIQh9HJZeZv0hR7vo2l6Kf9B/11fYFbb/cpQ=";
};
outputs = [ "out" "doc" ];