lol

libical: 3.0.3 -> 3.0.4 (#45196)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libical/versions.

authored by

R. RyanTM and committed by
xeji
fea3840f 794cfa7d

+2 -2
+2 -2
pkgs/development/libraries/libical/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 name = "libical-${version}"; 6 - version = "3.0.3"; 6 + version = "3.0.4"; 7 7 8 8 outputs = [ "out" "dev" "devdoc" ]; 9 9 ··· 11 11 owner = "libical"; 12 12 repo = "libical"; 13 13 rev = "v${version}"; 14 - sha256 = "0dhlfn6n136di4fbqd74gdaibyh5zz1vac5x8ii3bjc2d5h7hw8h"; 14 + sha256 = "1qgpbdjd6jsivw87v5w52268kqp0rv780kli8cgb3ndlv592wlbm"; 15 15 }; 16 16 17 17 nativeBuildInputs = [