File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3131
3232stdenv . 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 = [
You can’t perform that action at this time.
0 commit comments