about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJon Banafato <jon@jonafato.com>2019-10-26 17:54:02 -0400
committerJon Banafato <jon@jonafato.com>2019-10-26 17:54:02 -0400
commitbfa71df71ae7850645ec7107cdf4e14499a6ed52 (patch)
treef6ee8a63eec4812aad20ef733d79a06f9fab7640 /pkgs/applications
parent4c0afa17702c32f40c70482bd16e47b37b30214e (diff)
downloadnixlib-bfa71df71ae7850645ec7107cdf4e14499a6ed52.tar
nixlib-bfa71df71ae7850645ec7107cdf4e14499a6ed52.tar.gz
nixlib-bfa71df71ae7850645ec7107cdf4e14499a6ed52.tar.bz2
nixlib-bfa71df71ae7850645ec7107cdf4e14499a6ed52.tar.lz
nixlib-bfa71df71ae7850645ec7107cdf4e14499a6ed52.tar.xz
nixlib-bfa71df71ae7850645ec7107cdf4e14499a6ed52.tar.zst
nixlib-bfa71df71ae7850645ec7107cdf4e14499a6ed52.zip
keepassxc: 2.4.3 -> 2.5.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/keepassx/community.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/keepassx/community.nix b/pkgs/applications/misc/keepassx/community.nix
index 22e6cd2f6667..8670371b0061 100644
--- a/pkgs/applications/misc/keepassx/community.nix
+++ b/pkgs/applications/misc/keepassx/community.nix
@@ -32,13 +32,13 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   pname = "keepassxc";
-  version = "2.4.3";
+  version = "2.5.0";
 
   src = fetchFromGitHub {
     owner = "keepassxreboot";
     repo = "keepassxc";
     rev = version;
-    sha256 = "1r63bl0cam04rps1bjr107qvwsmay4254nv00gwhh9n45s6cslac";
+    sha256 = "053z6mzcn22w3vkf09i7kdi5p0c6zcd9g62v3p5i3yhd14cgviqr";
   };
 
   NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.cc.isClang [