cimg: 3.3.3 -> 3.3.4
This commit is contained in:
parent
6021282979
commit
c01b027933
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "cimg";
|
pname = "cimg";
|
||||||
version = "3.3.3";
|
version = "3.3.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GreycLab";
|
owner = "GreycLab";
|
||||||
repo = "CImg";
|
repo = "CImg";
|
||||||
rev = "v.${finalAttrs.version}";
|
rev = "v.${finalAttrs.version}";
|
||||||
hash = "sha256-6rgtFBt2GcxuGWd4+/ZZzsJqr3XrnhEzJEPLgOt4G2Q=";
|
hash = "sha256-qo/k5NpTqu+o2WUEOThozuBJVPMMy8OvIMo2DfJUE8g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "doc" ];
|
outputs = [ "out" "doc" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user