about summary refs log tree commit diff
path: root/pkgs/tools/security/prs
diff options
context:
space:
mode:
authorRobert Schütz <dev@schuetz-co.de>2021-07-25 08:07:17 +0200
committerRobert Schütz <dev@schuetz-co.de>2021-07-25 12:34:27 +0200
commit7999f032ba06be83a89c46b4472e014f49029614 (patch)
tree2436a2ac602bc57047df68f53902e95cd116e5ce /pkgs/tools/security/prs
parentacf068cdb5d0122b6d36271a49b28a3733d379f4 (diff)
prs: 0.2.11 -> 0.2.13
https://gitlab.com/timvisee/prs/-/blob/v0.2.13/CHANGELOG.md
Diffstat (limited to 'pkgs/tools/security/prs')
-rw-r--r--pkgs/tools/security/prs/default.nix16
1 files changed, 12 insertions, 4 deletions
diff --git a/pkgs/tools/security/prs/default.nix b/pkgs/tools/security/prs/default.nix
index 6d97958ec78c4..30e12467f830a 100644
--- a/pkgs/tools/security/prs/default.nix
+++ b/pkgs/tools/security/prs/default.nix
@@ -9,20 +9,21 @@
 , gpgme
 , gtk3
 , libxcb
+, libxkbcommon
 }:
 
 rustPlatform.buildRustPackage rec {
   pname = "prs";
-  version = "0.2.11";
+  version = "0.2.13";
 
   src = fetchFromGitLab {
     owner = "timvisee";
     repo = "prs";
     rev = "v${version}";
-    sha256 = "sha256-jBHe3ZeB+GS+Ds8c6ySwoyyJfqoCWKSgIObg+z1TNmU=";
+    sha256 = "sha256-UZm147oNBbgagGKgJcaT5354Tl+MXkK+/bB+tuncH5o=";
   };
 
-  cargoSha256 = "sha256-dhQuzzML817cDIsYuZElHZfq55AdZ20xeXTNm1nJPqk=";
+  cargoSha256 = "sha256-u31xzgZVlXbraq2lTRJCKZVoHqRg8iH2kE3tkq5NwLk=";
 
   postPatch = ''
     # The GPGME backend is recommended
@@ -34,7 +35,14 @@ rustPlatform.buildRustPackage rec {
 
   nativeBuildInputs = [ gpgme installShellFiles pkg-config python3 ];
 
-  buildInputs = [ dbus glib gpgme gtk3 libxcb ];
+  buildInputs = [
+    dbus
+    glib
+    gpgme
+    gtk3
+    libxcb
+    libxkbcommon
+  ];
 
   postInstall = ''
     for shell in bash fish zsh; do