From 491a401f6f82e8ca76a352d25edd71626efe27d4 Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 28 Sep 2018 14:11:07 +0200 Subject: [PATCH] add clarification --- pkgs/tools/graphics/gmic-qt/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/graphics/gmic-qt/default.nix b/pkgs/tools/graphics/gmic-qt/default.nix index da498795ffb6..19691ae6fc0e 100644 --- a/pkgs/tools/graphics/gmic-qt/default.nix +++ b/pkgs/tools/graphics/gmic-qt/default.nix @@ -24,6 +24,7 @@ in stdenv.mkDerivation rec { gmic_stdlib = fetchurl { name = "gmic_stdlib.h"; + # Version should e in sync with gmic. Basically the version string without dots url = "http://gmic.eu/gmic_stdlib236.h"; sha256 = "0q5g87dsn9byd2qqsa9xrsggfb9qv055s3l2gc0jrcvpx2qbza4q"; };