diff options
| author | Thomas Gerbet <thomas@gerbet.me> | 2022-09-10 13:37:08 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-09-10 13:16:10 +0000 |
| commit | 376b55df244cec58a841eaf5a320de0c2c4d1409 (patch) | |
| tree | a970b56306936eb89d0abfcf3f8ebceedd092964 | |
| parent | gitlab: 15.3.2 -> 15.3.3 (#190480) (diff) | |
| download | nixpkgs-origin/backport-190663-to-release-22.05.tar.gz | |
fava: 1.22.2 -> 1.22.3origin/backport-190663-to-release-22.05
Fixes CVE-2022-2589.
https://github.com/beancount/fava/compare/v1.22.2...v1.22.3
(cherry picked from commit 06e4f6fd65963d96bd8078026a793173d4bd615d)
| -rw-r--r-- | pkgs/applications/office/fava/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/fava/default.nix b/pkgs/applications/office/fava/default.nix index 27281b5d5264..10cd1e998504 100644 --- a/pkgs/applications/office/fava/default.nix +++ b/pkgs/applications/office/fava/default.nix @@ -2,12 +2,12 @@ python3.pkgs.buildPythonApplication rec { pname = "fava"; - version = "1.22.2"; + version = "1.22.3"; format = "pyproject"; src = python3.pkgs.fetchPypi { inherit pname version; - sha256 = "sha256-Oarh0a0q+PYFojsYmdX763vFRSQhtm09z4ruSxXDpSA="; + sha256 = "sha256-e8/VOn0WmrUO69x/4hKGtgKuj11U1Qv7OUhfOL/p5Ds="; }; nativeBuildInputs = with python3.pkgs; [ setuptools-scm ]; |
