about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-05-12 22:28:20 -0400
committerfigsoda <figsoda@pm.me>2023-05-12 22:28:20 -0400
commit04134522a6abecdcdb9d77db6ce7bcd5ce3aae98 (patch)
treeeae06221cfcfe0aa30afad52bba10689b65aff37 /pkgs/top-level
parent1e5e280decab945c1e325feb2768d96af603d9ec (diff)
rucredstash: update Cargo.lock to unpin openssl
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 56043e998bfee..e7a6577a39f69 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -33677,7 +33677,6 @@ with pkgs;
 
   rucredstash = callPackage ../tools/security/rucredstash {
     inherit (darwin.apple_sdk.frameworks) Security;
-    openssl = openssl_1_1;
   };
 
   runc = callPackage ../applications/virtualization/runc { };