about summary refs log tree commit diff
path: root/pkgs/tools/security/rage
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-06-18 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2022-06-18 04:20:00 +0000
commit419e1c95e2cd8b6d4cff03a6db615cf58b62a2cd (patch)
tree9b2f080b3e48ef5884b5c4be9d295569a9c70555 /pkgs/tools/security/rage
parent295f0ef3c21231fbe336bd6d663230f98546730f (diff)
rage: 0.8.0 -> 0.8.1
https://github.com/str4d/rage/releases/tag/v0.8.1
Diffstat (limited to 'pkgs/tools/security/rage')
-rw-r--r--pkgs/tools/security/rage/default.nix10
1 files changed, 3 insertions, 7 deletions
diff --git a/pkgs/tools/security/rage/default.nix b/pkgs/tools/security/rage/default.nix
index 09e7b2b416959..1d23209a3b1b9 100644
--- a/pkgs/tools/security/rage/default.nix
+++ b/pkgs/tools/security/rage/default.nix
@@ -4,22 +4,20 @@
 , fetchFromGitHub
 , installShellFiles
 , Foundation
-, Security
-, libiconv
 }:
 
 rustPlatform.buildRustPackage rec {
   pname = "rage";
-  version = "0.8.0";
+  version = "0.8.1";
 
   src = fetchFromGitHub {
     owner = "str4d";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-ra68q5gwcbod5iajPIWEIGQceMK8ikSq/UKUfIEYaGE=";
+    sha256 = "sha256-FexplUdn56TanxAKC+a8uWoR3soJT1/1qi9t2tw19Vw=";
   };
 
-  cargoSha256 = "sha256-o5HVMRWSIrCsbOEOeUvCvj+mkmjqRY3XaHx82IY73Cc=";
+  cargoSha256 = "sha256-xlpi6UQTL1p9JSLENKrLjG2DF9mYiV+E8bfjHQtqOyY=";
 
   nativeBuildInputs = [
     installShellFiles
@@ -27,8 +25,6 @@ rustPlatform.buildRustPackage rec {
 
   buildInputs = lib.optionals stdenv.isDarwin [
     Foundation
-    Security
-    libiconv
   ];
 
   # cargo test has an x86-only dependency