mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
gmic: 3.5.3 -> 3.5.4
This commit is contained in:
parent
5a837cb866
commit
708b43cad4
1 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "gmic";
|
pname = "gmic";
|
||||||
version = "3.5.3";
|
version = "3.5.4";
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
"out"
|
"out"
|
||||||
|
@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
owner = "GreycLab";
|
owner = "GreycLab";
|
||||||
repo = "gmic";
|
repo = "gmic";
|
||||||
rev = "v.${finalAttrs.version}";
|
rev = "v.${finalAttrs.version}";
|
||||||
hash = "sha256-DO9BtU0TW1HzCgrwx4Hocxlhl+tO0IztifqBloqmmtM=";
|
hash = "sha256-WhhEBhwv2bBwsWPPMDIA2jhUzqcD6yJhHg1Eunu8y14=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: build this from source
|
# TODO: build this from source
|
||||||
|
@ -54,7 +54,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
url = "https://gmic.eu/gmic_stdlib_community${
|
url = "https://gmic.eu/gmic_stdlib_community${
|
||||||
lib.replaceStrings [ "." ] [ "" ] finalAttrs.version
|
lib.replaceStrings [ "." ] [ "" ] finalAttrs.version
|
||||||
}.h";
|
}.h";
|
||||||
hash = "sha256-LWAzg72MZ4kOTAS+2xwR3iVY8vPch3NAjx/uXX2Y0W4=";
|
hash = "sha256-JO8ijrOgrOq7lB8NaxnlsQhDXSMgAGQlOG3lT9NfuMw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue