keepass: 2.34 -> 2.35

This commit is contained in:
obadz 2017-02-18 10:10:50 +00:00
parent 1f9d33b9e4
commit 0c488ed8f0
1 changed files with 2 additions and 2 deletions

View File

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