keepass: 2.53 -> 2.53.1
fixes CVE-2023-24055 Changelog: https://keepass.info/news/n230109_2.53.html
This commit is contained in:
parent
7b2a482ea0
commit
0d1461d6a5
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@ let
|
|||
inherit (builtins) add length readFile replaceStrings unsafeDiscardStringContext toString map;
|
||||
in buildDotnetPackage rec {
|
||||
pname = "keepass";
|
||||
version = "2.53";
|
||||
version = "2.53.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/keepass/KeePass-${version}-Source.zip";
|
||||
hash = "sha256-wpXbLH9VyjJyb+KuQ8xmbik1jq+xqAFRxsxAuLM5MI0=";
|
||||
hash = "sha256-R7KWxlxrhl55nOaDNYwA/cJJl+kd5ZYy6eZVqyrxxnM=";
|
||||
};
|
||||
|
||||
sourceRoot = ".";
|
||||
|
|
Loading…
Reference in a new issue