keepass: 2.35 -> 2.36

This commit is contained in:
Stefan Siegl 2017-07-18 21:09:36 +02:00
parent 3c9897431b
commit 7c6b42a28c
No known key found for this signature in database
GPG Key ID: 51575950154839CD

View File

@ -8,11 +8,11 @@
# plugin derivations in the Nix store and nowhere else.
with builtins; buildDotnetPackage rec {
baseName = "keepass";
version = "2.35";
version = "2.36";
src = fetchurl {
url = "mirror://sourceforge/keepass/KeePass-${version}-Source.zip";
sha256 = "1pv3x1lr2kymjpm6z26fqx997jivzy0diqsysq4diygj38wdkajz";
sha256 = "1j6qhy8h3z6higbpq3q9v04amvgbn90yj3kbsvj17azdkffkwzny";
};
sourceRoot = ".";