gmic: 3.5.3 -> 3.5.4

This commit is contained in:
R. Ryantm 2025-05-06 08:41:54 +00:00
parent 5a837cb866
commit 708b43cad4

View file

@ -31,7 +31,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gmic";
version = "3.5.3";
version = "3.5.4";
outputs = [
"out"
@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "GreycLab";
repo = "gmic";
rev = "v.${finalAttrs.version}";
hash = "sha256-DO9BtU0TW1HzCgrwx4Hocxlhl+tO0IztifqBloqmmtM=";
hash = "sha256-WhhEBhwv2bBwsWPPMDIA2jhUzqcD6yJhHg1Eunu8y14=";
};
# TODO: build this from source
@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
url = "https://gmic.eu/gmic_stdlib_community${
lib.replaceStrings [ "." ] [ "" ] finalAttrs.version
}.h";
hash = "sha256-LWAzg72MZ4kOTAS+2xwR3iVY8vPch3NAjx/uXX2Y0W4=";
hash = "sha256-JO8ijrOgrOq7lB8NaxnlsQhDXSMgAGQlOG3lT9NfuMw=";
};
nativeBuildInputs = [