Mario Rodas 2 years ago
parent 295f0ef3c2
commit 419e1c95e2
  1. 10
      pkgs/tools/security/rage/default.nix
  2. 2
      pkgs/top-level/all-packages.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

@ -5486,7 +5486,7 @@ with pkgs;
};
rage = callPackage ../tools/security/rage {
inherit (darwin.apple_sdk.frameworks) Foundation Security;
inherit (darwin.apple_sdk.frameworks) Foundation;
};
rar2fs = callPackage ../tools/filesystems/rar2fs { };

Loading…
Cancel
Save