mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
wallabag: 2.5.3 -> 2.5.4
https://github.com/wallabag/wallabag/releases/tag/2.5.4 Fixes: CVE-2023-0734, CVE-2023-0735, CVE-2023-0736, CVE-2022/0737
This commit is contained in:
parent
58656bb3a0
commit
b9f654c89c
@ -16,7 +16,7 @@
|
||||
|
||||
let
|
||||
pname = "wallabag";
|
||||
version = "2.5.3";
|
||||
version = "2.5.4";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
inherit pname version;
|
||||
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
"https://static.wallabag.org/releases/wallabag-release-${version}.tar.gz"
|
||||
"https://github.com/wallabag/wallabag/releases/download/${version}/wallabag-${version}.tar.gz"
|
||||
];
|
||||
hash = "sha256-3o5LFGPd4oFz3leKzCy7lIjQ3ELSLqZuIswptB7i24U=";
|
||||
hash = "sha256-yVMQXjGB8Yv1klQaHEbDGMZmOtANRocFJnawKn10xhg=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
Loading…
Reference in New Issue
Block a user