nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

libical: 3.0.15 -> 3.0.16

https://github.com/libical/libical/releases/tag/v3.0.16

+2 -14
+2 -14
pkgs/development/libraries/libical/default.nix
··· 1 1 { lib 2 2 , stdenv 3 3 , fetchFromGitHub 4 - , fetchurl 5 4 , buildPackages 6 5 , cmake 7 6 , glib ··· 19 20 20 21 stdenv.mkDerivation rec { 21 22 pname = "libical"; 22 - version = "3.0.15"; 23 + version = "3.0.16"; 23 24 24 25 outputs = [ "out" "dev" ]; # "devdoc" ]; 25 26 ··· 27 28 owner = "libical"; 28 29 repo = "libical"; 29 30 rev = "v${version}"; 30 - sha256 = "sha256-7M5GBteFKmKCB6556XXV4s6iIC/+3c3Ck17s/QX3Jus="; 31 + sha256 = "sha256-3D/0leI3LLKDFOXkKSrmMamLoaXdi/2Z4iPUXqgwtg8="; 31 32 }; 32 33 33 34 strictDeps = true; ··· 74 75 # Will appear in 3.1.0 75 76 # https://github.com/libical/libical/issues/350 76 77 ./respect-env-tzdir.patch 77 - 78 - # Fixes tests with 32-bit time_t 79 - # Remove with next version update (v3.0.16+) 80 - (fetchurl { 81 - url = "https://github.com/libical/libical/commit/4adc6f1d2b39a1cc3363b57215e12fa81076498b.patch"; 82 - sha256 = "1k3hav0z86kc1xd1sk23b57aqqjk4gf73574w7f1m66cyz98bxr3"; 83 - }) 84 - (fetchurl { 85 - url = "https://github.com/libical/libical/commit/cce20bd051408b00521385c0bfb616ba068450d3.patch"; 86 - sha256 = "097hqmagl0q5p38r1kvx0592cfac2y7jbdqlis6m8gbs812pbqfc"; 87 - }) 88 78 ]; 89 79 90 80 # Using install check so we do not have to manually set