about summary refs log tree commit diff
path: root/pkgs/tools/security/rage
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-01 06:07:45 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-01 06:07:45 +0000
commit666c7e66464cf38f3f8448370a5f74d8826b4863 (patch)
tree8e65c4c02684d004fed8001057dd56dcce3d6bac /pkgs/tools/security/rage
parent796af3ddba8c3b045b79332a39eae92f24efc277 (diff)
rage: 0.7.0 -> 0.7.1
Diffstat (limited to 'pkgs/tools/security/rage')
-rw-r--r--pkgs/tools/security/rage/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/rage/default.nix b/pkgs/tools/security/rage/default.nix
index 9a7c819716047..589a56adc3299 100644
--- a/pkgs/tools/security/rage/default.nix
+++ b/pkgs/tools/security/rage/default.nix
@@ -3,16 +3,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rage";
-  version = "0.7.0";
+  version = "0.7.1";
 
   src = fetchFromGitHub {
     owner = "str4d";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1dzsqppkcxvajyybmday8xnwwwqv3g44hb5fzqy4whkblwxbn2gk";
+    sha256 = "sha256-0OQnYc1IWYscvSw5YZH54Fh8cBasLlcVqrQcQ4MAsU8=";
   };
 
-  cargoSha256 = "1bcj1rd78kgiy1xqpkxffzl6v9xdp778y66g6nhikjq2yarz77ji";
+  cargoSha256 = "sha256-31s70pgEQDw3uifmhv1iWQuzKQVc2q+f76PPnGKIYdc=";
 
   nativeBuildInputs = [ installShellFiles ];