keepass: 2.52 -> 2.53

Changelog: https://keepass.info/news/n230109_2.53.html
This commit is contained in:
Robert Schütz 2023-02-04 20:50:46 -08:00
parent d5b50e84a2
commit 977008b756

View File

@ -4,11 +4,11 @@ let
inherit (builtins) add length readFile replaceStrings unsafeDiscardStringContext toString map;
in buildDotnetPackage rec {
pname = "keepass";
version = "2.52";
version = "2.53";
src = fetchurl {
url = "mirror://sourceforge/keepass/KeePass-${version}-Source.zip";
sha256 = "sha256-6dGCfysen26VGHIHETuNGkqHbPyeWRIEopqJa6AMzXA=";
hash = "sha256-wpXbLH9VyjJyb+KuQ8xmbik1jq+xqAFRxsxAuLM5MI0=";
};
sourceRoot = ".";