about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-20 06:55:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-20 06:55:05 +0000
commite6b0f860eb7214a41c84e59b24066751894d1e26 (patch)
tree0abf36fd75ea99d3ff6ecee3a8f7d97539c44aff /pkgs
parent026f02ce7dfeba48a1c1a2b3cd8c7d8329f1f5b2 (diff)
keepassxc: 2.7.8 -> 2.7.9
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/keepassxc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/keepassxc/default.nix b/pkgs/applications/misc/keepassxc/default.nix
index abeaa45047aa0..ec633ac7514b9 100644
--- a/pkgs/applications/misc/keepassxc/default.nix
+++ b/pkgs/applications/misc/keepassxc/default.nix
@@ -41,13 +41,13 @@
 
 stdenv.mkDerivation rec {
   pname = "keepassxc";
-  version = "2.7.8";
+  version = "2.7.9";
 
   src = fetchFromGitHub {
     owner = "keepassxreboot";
     repo = "keepassxc";
     rev = version;
-    hash = "sha256-Gb5/CPhn/phVVvz9BFv7rb12n/P3rPNl5r2gA+E5b0o=";
+    hash = "sha256-rnietdc8eDNTag0GaZ8VJb28JsKKD/qrQ0Gg6FMWpr0=";
   };
 
   env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang (toString [