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-05-01 11:01:38 +0200
committerGitHub <noreply@github.com>2021-05-01 11:01:38 +0200
commitada3e19b7a20424381a75e109ced34e59054e1d7 (patch)
tree25fcad5a1497a770c543f4cf4548f59844fa59d9 /pkgs/tools/security/prs
parentfee25b20d60f087d008eeebb2e5e852f3447b03c (diff)
prs: 0.2.10 -> 0.2.11 (#121314)
https://gitlab.com/timvisee/prs/-/blob/v0.2.11/CHANGELOG.md#0211-2021-04-30
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 42332e40cc3bb..6d97958ec78c4 100644
--- a/pkgs/tools/security/prs/default.nix
+++ b/pkgs/tools/security/prs/default.nix
@@ -13,16 +13,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "prs";
-  version = "0.2.10";
+  version = "0.2.11";
 
   src = fetchFromGitLab {
     owner = "timvisee";
     repo = "prs";
     rev = "v${version}";
-    sha256 = "sha256-czGyBdy4emw7bUV6Nn+k+fJm+JqR6o0TEEUuIbEsml4=";
+    sha256 = "sha256-jBHe3ZeB+GS+Ds8c6ySwoyyJfqoCWKSgIObg+z1TNmU=";
   };
 
-  cargoSha256 = "sha256-jnBYuk7uvnbvT2OQ35DJk6WIUSqJiZCvsmpSIxw9X1U=";
+  cargoSha256 = "sha256-dhQuzzML817cDIsYuZElHZfq55AdZ20xeXTNm1nJPqk=";
 
   postPatch = ''
     # The GPGME backend is recommended