Merge pull request #194981 from r-ryantm/auto-update/libical
libical: 3.0.14 -> 3.0.15
This commit is contained in:
commit
1548734a4d
1 changed files with 2 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libical";
|
||||
version = "3.0.14";
|
||||
version = "3.0.15";
|
||||
|
||||
outputs = [ "out" "dev" ]; # "devdoc" ];
|
||||
|
||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||
owner = "libical";
|
||||
repo = "libical";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-gZ6IBjG5pNKJ+hWcTzXMP7yxL4he4LTklZGoC9vXra8=";
|
||||
sha256 = "sha256-7M5GBteFKmKCB6556XXV4s6iIC/+3c3Ck17s/QX3Jus=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
@ -98,7 +98,6 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
homepage = "https://github.com/libical/libical";
|
||||
description = "An Open Source implementation of the iCalendar protocols";
|
||||
license = licenses.mpl20;
|
||||
|
|
Loading…
Reference in a new issue