about summary refs log tree commit diff
path: root/pkgs/by-name/gm/gmic/package.nix
diff options
context:
space:
mode:
authorMartin Joerg <martin.joerg@gmail.com>2024-06-18 12:12:32 +0200
committerMartin Joerg <martin.joerg@gmail.com>2024-06-18 12:12:32 +0200
commit099313780f507eb39f28721bae7dfcb5db735f64 (patch)
treec6c329edafda3c5d9119ec9f7574e7e4b023beee /pkgs/by-name/gm/gmic/package.nix
parent5c65f9166181c321f2c940e0b39ef628d178e655 (diff)
gmic: correct hash for stdlib
https://gmic.eu/gmic_stdlib_community340.h changed since #320329
Diffstat (limited to 'pkgs/by-name/gm/gmic/package.nix')
-rw-r--r--pkgs/by-name/gm/gmic/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/gm/gmic/package.nix b/pkgs/by-name/gm/gmic/package.nix
index 143954e9cf495..1ed7224ac5d6c 100644
--- a/pkgs/by-name/gm/gmic/package.nix
+++ b/pkgs/by-name/gm/gmic/package.nix
@@ -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 = [