Skip to content

Commit 5a0b2d7

Browse files
committedMay 29, 2017
radicale: 1.1.1 -> 1.1.2, fixes CVE-2017-8342
1 parent 2412cec commit 5a0b2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/servers/radicale/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
pythonPackages.buildPythonApplication rec {
44
name = "radicale-${version}";
5-
version = "1.1.1";
5+
version = "1.1.2";
66

77
src = fetchurl {
88
url = "mirror://pypi/R/Radicale/Radicale-${version}.tar.gz";
9-
sha256 = "1c5lv8qca21mndkx350wxv34qypqh6gb4rhzms4anr642clq3jg2";
9+
sha256 = "1g20p3998f46ywda7swv0py63wjbrhvk0nrafajlbb6wgzxjmqpb";
1010
};
1111

1212
propagatedBuildInputs = [

0 commit comments

Comments
 (0)
Please sign in to comment.