We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e1b172d commit 2bbbd59Copy full SHA for 2bbbd59
pkgs/servers/radicale/default.nix
@@ -1,8 +1,8 @@
1
{ stdenv, fetchFromGitHub, python3Packages }:
2
3
let
4
- version = "2.1.6";
5
- sha256 = "1x76nvxjhjpagniyh075hqia4sl06972alnhi7628cjrq3pr4v9i";
+ version = "2.1.8";
+ sha256 = "0fnsk61s328dg16iv0chqxayni8ahkbcb84z012w0d9417i806lc";
6
in
7
8
python3Packages.buildPythonApplication {
0 commit comments