gmic: correct hash for stdlib

https://gmic.eu/gmic_stdlib_community340.h changed since #320329
This commit is contained in:
Martin Joerg
2024-06-18 12:12:32 +02:00
parent 5c65f91661
commit 099313780f
+2 -2
View File
@@ -41,8 +41,8 @@ stdenv.mkDerivation (finalAttrs: {
# Reference: src/Makefile, directive gmic_stdlib_community.h
gmic_stdlib = fetchurl {
name = "gmic_stdlib_community.h";
url = "http://gmic.eu/gmic_stdlib_community${lib.replaceStrings ["."] [""] finalAttrs.version}.h";
hash = "sha256-wq8yQ0pxEGH3sOmwmgQfRVluHAC4JBYgs2mto1PNLP4=";
url = "https://gmic.eu/gmic_stdlib_community${lib.replaceStrings ["."] [""] finalAttrs.version}.h";
hash = "sha256-LoqK8ADwzPpxhy2GvaxVjGyYEHAbhspyoIXuBXCLRtQ=";
};
nativeBuildInputs = [