ocamlPackages.camlimages: 5.0.0 -> 5.0.1
This commit is contained in:
parent
88b48753ac
commit
0c9abf6436
@ -1,17 +1,17 @@
|
|||||||
{ stdenv, fetchzip, buildDunePackage, configurator, cppo, lablgtk }:
|
{ lib, fetchzip, buildDunePackage, configurator, cppo, lablgtk }:
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "camlimages";
|
pname = "camlimages";
|
||||||
version = "5.0.0";
|
version = "5.0.1";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://bitbucket.org/camlspotter/${pname}/get/${version}.tar.gz";
|
url = "https://bitbucket.org/camlspotter/${pname}/get/${version}.tar.gz";
|
||||||
sha256 = "00qvwxkfnhv93yi1iq7vy3p5lxyi9xigxcq464s4ii6bmp32d998";
|
sha256 = "1figrgzsdrrxzfza0bhz0225g1rwawdf5x2m9lw2kzrdb815khs5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ configurator cppo lablgtk ];
|
buildInputs = [ configurator cppo lablgtk ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with lib; {
|
||||||
branch = "5.0";
|
branch = "5.0";
|
||||||
homepage = https://bitbucket.org/camlspotter/camlimages;
|
homepage = https://bitbucket.org/camlspotter/camlimages;
|
||||||
description = "OCaml image processing library";
|
description = "OCaml image processing library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user