libical: 3.0.17 -> 3.0.18

This commit is contained in:
R. Ryantm 2024-03-31 13:43:54 +00:00
parent 9bc8f11e87
commit 45e1a531c1
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
stdenv.mkDerivation rec {
pname = "libical";
version = "3.0.17";
version = "3.0.18";
outputs = [ "out" "dev" ]; # "devdoc" ];
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
owner = "libical";
repo = "libical";
rev = "v${version}";
sha256 = "sha256-GqPCjI40kkqNv9zTnLdJgZVBxS4eZRHl+k/BN9vGnDo=";
sha256 = "sha256-32FNnCybXO67Vtg1LM6miJUaK+r0mlfjxgLQg1LD8Es=";
};
strictDeps = true;