summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-07 01:54:34 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-12-07 09:22:40 +0000
commitdf2581fbe7fb0264222dca563b1a0685c2b66fc6 (patch)
treea1801b978ecc4a6176bb5821dd2992b89e9b4e58 /pkgs/tools/security
parent826c4bf7f96e22740d90d9ecd5c1608c62aac6f5 (diff)
ripasso-cursive: 0.5.1 -> 0.5.2
(cherry picked from commit 2f9c355b2bf4b8018fd51fee07be78a5c3ffea49)
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/ripasso/cursive.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/ripasso/cursive.nix b/pkgs/tools/security/ripasso/cursive.nix
index 3126dd9fe57f..1a2ed1374611 100644
--- a/pkgs/tools/security/ripasso/cursive.nix
+++ b/pkgs/tools/security/ripasso/cursive.nix
@@ -2,19 +2,19 @@
with rustPlatform;
buildRustPackage rec {
- version = "0.5.1";
+ version = "0.5.2";
pname = "ripasso-cursive";
src = fetchFromGitHub {
owner = "cortex";
repo = "ripasso";
rev = "release-${version}";
- sha256 = "1jx6qv7skikl1ap3g1r34rkz4ab756kra7dgwwv45vl2fb6x74k4";
+ sha256 = "sha256-De/xCDzdRHCslD0j6vT8bwjcMTf5R8KZ32aaB3i+Nig=";
};
patches = [ ./fix-tests.patch ];
- cargoSha256 = "1li1gmcs7lnjr4qhzs0rrgngdcxy1paiibjwk9zx2rrs71021cgk";
+ cargoSha256 = "sha256-ZmHzxHV4uIxPlLkkOLJApPNLo0GGVj9EopoIwi/j6DE=";
cargoBuildFlags = [ "-p ripasso-cursive" ];