Merge pull request #313221 from r-ryantm/auto-update/gmic

gmic: 3.3.5 -> 3.3.6

authored by Lily Foster and committed by GitHub 7eecebb0 4c017182

+3 -3
+3 -3
pkgs/by-name/gm/gmic/package.nix
··· 26 26 27 27 stdenv.mkDerivation (finalAttrs: { 28 28 pname = "gmic"; 29 - version = "3.3.5"; 29 + version = "3.3.6"; 30 30 31 31 outputs = [ "out" "lib" "dev" "man" ]; 32 32 ··· 34 34 owner = "GreycLab"; 35 35 repo = "gmic"; 36 36 rev = "v.${finalAttrs.version}"; 37 - hash = "sha256-881+o6Wz4yNf92JNNLQn9x44SSjXAp/cZLkBGCfM6DY="; 37 + hash = "sha256-gyQP+ulXLMVkNn1Bss7zlQINcTunwbP+MAsftADqtOk="; 38 38 }; 39 39 40 40 # TODO: build this from source ··· 42 42 gmic_stdlib = fetchurl { 43 43 name = "gmic_stdlib_community.h"; 44 44 url = "http://gmic.eu/gmic_stdlib_community${lib.replaceStrings ["."] [""] finalAttrs.version}.h"; 45 - hash = "sha256-UZzCAs+x9dVMeaeEvPgyVZ5S6UO0yhJWVMgBvBiW2ME="; 45 + hash = "sha256-mj6yOGc+CGY6oFDv9PJ7y9KABdn9DG32m2IVlLAhrsc="; 46 46 }; 47 47 48 48 nativeBuildInputs = [