Merge pull request #76288 from r-ryantm/auto-update/libical

libical: 3.0.6 -> 3.0.7
This commit is contained in:
Jan Tojnar 2019-12-25 04:26:37 +01:00 committed by GitHub
commit 9a5e80ae29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
stdenv.mkDerivation rec {
pname = "libical";
version = "3.0.6";
version = "3.0.7";
outputs = [ "out" "dev" ]; # "devdoc" ];
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
owner = "libical";
repo = "libical";
rev = "v${version}";
sha256 = "181lf07fj36fp0rbcjjmb53yzdvv9i4qxpnbpax8hayjhha8pjh3";
sha256 = "1ppf8jlpiclq3jprhx889y5lgf6lc2q4d8wy2zavzsxgnsqf67il";
};
nativeBuildInputs = [