about summary refs log tree commit diff
path: root/pkgs/tools/security/plasma-pass/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/plasma-pass/default.nix')
-rw-r--r--pkgs/tools/security/plasma-pass/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/plasma-pass/default.nix b/pkgs/tools/security/plasma-pass/default.nix
index da276aef50da1..9475b2a4a099d 100644
--- a/pkgs/tools/security/plasma-pass/default.nix
+++ b/pkgs/tools/security/plasma-pass/default.nix
@@ -8,13 +8,13 @@
 
 mkDerivation rec {
   pname = "plasma-pass";
-  version = "1.2.1";
+  version = "1.2.2";
 
   src = fetchFromGitLab {
     domain = "invent.kde.org";
     owner = "plasma";
     repo = "plasma-pass";
-    sha256 = "sha256-lCNskOXkSIcMPcMnTWE37sDCXfmtP0FhyMzxeF6L0iU=";
+    sha256 = "sha256-fEYH3cvDZzEKpYqkTVqxxh3rhV75af8dZUHxQq8fPNg=";
     rev = "v${version}";
   };