mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-27 22:44:56 +00:00
Merge pull request #320741 from mjoerg/gmic-3.4.0-stdlib
gmic: correct hash for stdlib
This commit is contained in:
commit
3ef6d6e20f
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user