Skip to content

Commit 8cf02ce

Browse files
gmic: 3.5.3 -> 3.5.4 (#404588)
2 parents add1ab8 + 708b43c commit 8cf02ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gm/gmic/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
stdenv.mkDerivation (finalAttrs: {
3333
pname = "gmic";
34-
version = "3.5.3";
34+
version = "3.5.4";
3535

3636
outputs = [
3737
"out"
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
4444
owner = "GreycLab";
4545
repo = "gmic";
4646
rev = "v.${finalAttrs.version}";
47-
hash = "sha256-DO9BtU0TW1HzCgrwx4Hocxlhl+tO0IztifqBloqmmtM=";
47+
hash = "sha256-WhhEBhwv2bBwsWPPMDIA2jhUzqcD6yJhHg1Eunu8y14=";
4848
};
4949

5050
# TODO: build this from source
@@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
5454
url = "https://gmic.eu/gmic_stdlib_community${
5555
lib.replaceStrings [ "." ] [ "" ] finalAttrs.version
5656
}.h";
57-
hash = "sha256-LWAzg72MZ4kOTAS+2xwR3iVY8vPch3NAjx/uXX2Y0W4=";
57+
hash = "sha256-JO8ijrOgrOq7lB8NaxnlsQhDXSMgAGQlOG3lT9NfuMw=";
5858
};
5959

6060
nativeBuildInputs = [

0 commit comments

Comments
 (0)