about summary refs log tree commit diff
path: root/pkgs/applications/misc/keepass/default.nix
diff options
context:
space:
mode:
authorMarcin Janczyk <m@dragonvr.pl>2016-09-15 22:24:36 +0200
committerMarcin Janczyk <m@dragonvr.pl>2016-09-15 22:24:36 +0200
commit5cbda617915a8eabe598238134ea5fbccaee5a78 (patch)
tree3af65d92687f1716d6069a75c6aecc521e2ff2f9 /pkgs/applications/misc/keepass/default.nix
parent51314631d6ee153dab70d99f7a08f04a89d23c5e (diff)
downloadnixlib-5cbda617915a8eabe598238134ea5fbccaee5a78.tar
nixlib-5cbda617915a8eabe598238134ea5fbccaee5a78.tar.gz
nixlib-5cbda617915a8eabe598238134ea5fbccaee5a78.tar.bz2
nixlib-5cbda617915a8eabe598238134ea5fbccaee5a78.tar.lz
nixlib-5cbda617915a8eabe598238134ea5fbccaee5a78.tar.xz
nixlib-5cbda617915a8eabe598238134ea5fbccaee5a78.tar.zst
nixlib-5cbda617915a8eabe598238134ea5fbccaee5a78.zip
keepass: 2.33 -> 2.34
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 391410628bad..5eaad6514e1f 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.33";
+  version = "2.34";
 
   src = fetchurl {
     url = "mirror://sourceforge/keepass/KeePass-${version}-Source.zip";
-    sha256 = "0n4rkx2awyq1gbqiby1lkf2zw82brji96s4fkjsahmci528a882i";
+    sha256 = "e3f184e4deddd1aa5ee2b52e2373c772d3f3975e5eddb2fd729eb27b437011aa";
   };
 
   sourceRoot = ".";
@@ -20,7 +20,7 @@ with builtins; buildDotnetPackage rec {
   buildInputs = [ unzip makeWrapper icoutils ];
 
   pluginLoadPathsPatch =
-    let outputLc = toString (add 8 (length plugins));
+    let outputLc = toString (add 7 (length plugins));
         patchTemplate = readFile ./keepass-plugins.patch;
         loadTemplate  = readFile ./keepass-plugins-load.patch;
         loads =