about summary refs log tree commit diff
path: root/pkgs/tools/security/prs
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-11-10 10:16:23 -0800
committerRobert Schütz <github@dotlambda.de>2022-11-12 11:35:34 -0800
commitb0e700481933b13c0c70395b21830aeb631c489e (patch)
treeb8e86755481f2ca850fb0b681b722b6cad9b5516 /pkgs/tools/security/prs
parent7b3beb39dfec5305f91c113688f0069f21c7b59c (diff)
prs: 0.3.4 -> 0.3.5
https://gitlab.com/timvisee/prs/-/blob/v0.3.5/CHANGELOG.md
Diffstat (limited to 'pkgs/tools/security/prs')
-rw-r--r--pkgs/tools/security/prs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/prs/default.nix b/pkgs/tools/security/prs/default.nix
index 2a901a599d490..8d0fe229fc709 100644
--- a/pkgs/tools/security/prs/default.nix
+++ b/pkgs/tools/security/prs/default.nix
@@ -14,16 +14,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "prs";
-  version = "0.3.4";
+  version = "0.3.5";
 
   src = fetchFromGitLab {
     owner = "timvisee";
     repo = "prs";
     rev = "v${version}";
-    hash = "sha256-dfyTaWwV2hNZPZfvM+AqqR1zbChjT6Y/TEkQPEXRtGA=";
+    hash = "sha256-PNmbWynEO8XcE7lLqfjJdCRnvRdCR8+stdwqRIKQfqM=";
   };
 
-  cargoHash = "sha256-yf46le0jG4EXo60kGKc0GwSO5vl4Dw0gmYJ4yr+TFdE=";
+  cargoHash = "sha256-DSQDsgx608NUSi/KNwtntav7FTdnXGeIBzCkma5Tjts=";
 
   postPatch = ''
     # The GPGME backend is recommended