about summary refs log tree commit diff
path: root/pkgs/applications/misc/keepass/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 03:24:52 -0700
committerobadz <obadz-git@obadz.com>2018-05-07 14:48:18 +0200
commit3f96895417a8ae9ad13b69b49fa3bb4da8bdddca (patch)
tree71f7b64c8edaf0f262621aee15b79f6a4cd7edaa /pkgs/applications/misc/keepass/default.nix
parentddf902506e66874d52acf2edf5bbc925943e2b34 (diff)
downloadnixlib-3f96895417a8ae9ad13b69b49fa3bb4da8bdddca.tar
nixlib-3f96895417a8ae9ad13b69b49fa3bb4da8bdddca.tar.gz
nixlib-3f96895417a8ae9ad13b69b49fa3bb4da8bdddca.tar.bz2
nixlib-3f96895417a8ae9ad13b69b49fa3bb4da8bdddca.tar.lz
nixlib-3f96895417a8ae9ad13b69b49fa3bb4da8bdddca.tar.xz
nixlib-3f96895417a8ae9ad13b69b49fa3bb4da8bdddca.tar.zst
nixlib-3f96895417a8ae9ad13b69b49fa3bb4da8bdddca.zip
keepass: 2.38 -> 2.39
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/keepass/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/0w1c39pg7347dwhkwz3b5jizzzc5v885-keepass-2.39/bin/.keepass-wrapped --help’ got 0 exit code
- ran ‘/nix/store/0w1c39pg7347dwhkwz3b5jizzzc5v885-keepass-2.39/bin/keepass --help’ got 0 exit code
- found 2.39 with grep in /nix/store/0w1c39pg7347dwhkwz3b5jizzzc5v885-keepass-2.39
- directory tree listing: https://gist.github.com/da7324a17ad7e95a053f6a2655ec07bc
Diffstat (limited to 'pkgs/applications/misc/keepass/default.nix')
-rw-r--r--pkgs/applications/misc/keepass/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/keepass/default.nix b/pkgs/applications/misc/keepass/default.nix
index 5e492fc621fe..8676ba70858f 100644
--- a/pkgs/applications/misc/keepass/default.nix
+++ b/pkgs/applications/misc/keepass/default.nix
@@ -3,11 +3,11 @@
 
 with builtins; buildDotnetPackage rec {
   baseName = "keepass";
-  version = "2.38";
+  version = "2.39";
 
   src = fetchurl {
     url = "mirror://sourceforge/keepass/KeePass-${version}-Source.zip";
-    sha256 = "0m33gfpvv01xc28k4rrc8llbyk6qanm9rsqcnv8ydms0cr78dbbk";
+    sha256 = "05mrbzlkr2h42cls6xhas76dg8kyic4fijwckrh0b0qv5pp71c11";
   };
 
   sourceRoot = ".";