about summary refs log tree commit diff
path: root/pkgs/applications/misc/keepass/default.nix
diff options
context:
space:
mode:
authorjoncojonathan <joncojonathan@gmail.com>2017-10-21 08:43:49 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2017-10-21 14:31:06 +0200
commit5034e8a355e91edd794284f9f3ab77416a1ede89 (patch)
tree51b4b7bd25a7d5aded23107841c119421821c939 /pkgs/applications/misc/keepass/default.nix
parentd222538732761107c6f5674f312a15695b6c4166 (diff)
downloadnixlib-5034e8a355e91edd794284f9f3ab77416a1ede89.tar
nixlib-5034e8a355e91edd794284f9f3ab77416a1ede89.tar.gz
nixlib-5034e8a355e91edd794284f9f3ab77416a1ede89.tar.bz2
nixlib-5034e8a355e91edd794284f9f3ab77416a1ede89.tar.lz
nixlib-5034e8a355e91edd794284f9f3ab77416a1ede89.tar.xz
nixlib-5034e8a355e91edd794284f9f3ab77416a1ede89.tar.zst
nixlib-5034e8a355e91edd794284f9f3ab77416a1ede89.zip
keepass: 2.36 -> 2.37
Motivation for change: Upgrade to add new features / improvements as listed
https://keepass.info/news/n171012_2.37.html.
Diffstat (limited to 'pkgs/applications/misc/keepass/default.nix')
-rw-r--r--pkgs/applications/misc/keepass/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/keepass/default.nix b/pkgs/applications/misc/keepass/default.nix
index e36fbfa0f3f9..49e4711550da 100644
--- a/pkgs/applications/misc/keepass/default.nix
+++ b/pkgs/applications/misc/keepass/default.nix
@@ -8,11 +8,11 @@
 # plugin derivations in the Nix store and nowhere else.
 with builtins; buildDotnetPackage rec {
   baseName = "keepass";
-  version = "2.36";
+  version = "2.37";
 
   src = fetchurl {
     url = "mirror://sourceforge/keepass/KeePass-${version}-Source.zip";
-    sha256 = "1j6qhy8h3z6higbpq3q9v04amvgbn90yj3kbsvj17azdkffkwzny";
+    sha256 = "1wfbpfjng1blzkbjnxsdnny544297bm9869ianbr6l0hrvcgv3qx";
   };
 
   sourceRoot = ".";
@@ -98,7 +98,7 @@ with builtins; buildDotnetPackage rec {
   meta = {
     description = "GUI password manager with strong cryptography";
     homepage = http://www.keepass.info/;
-    maintainers = with stdenv.lib.maintainers; [ amorsillo obadz jraygauthier ];
+    maintainers = with stdenv.lib.maintainers; [ amorsillo obadz joncojonathan jraygauthier ];
     platforms = with stdenv.lib.platforms; all;
     license = stdenv.lib.licenses.gpl2;
   };