Loading pkgs/tools/security/hash_extender/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ stdenv.mkDerivation { doCheck = true; checkPhase = "./hash_extender --test"; env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations"; installPhase = '' mkdir -p $out/bin cp hash_extender $out/bin Loading pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -8173,9 +8173,7 @@ with pkgs; hashrat = callPackage ../tools/security/hashrat { }; hash_extender = callPackage ../tools/security/hash_extender { openssl = openssl_1_1; }; hash_extender = callPackage ../tools/security/hash_extender { }; hash-identifier = callPackage ../tools/security/hash-identifier { }; Loading
pkgs/tools/security/hash_extender/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ stdenv.mkDerivation { doCheck = true; checkPhase = "./hash_extender --test"; env.NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations"; installPhase = '' mkdir -p $out/bin cp hash_extender $out/bin Loading
pkgs/top-level/all-packages.nix +1 −3 Original line number Diff line number Diff line Loading @@ -8173,9 +8173,7 @@ with pkgs; hashrat = callPackage ../tools/security/hashrat { }; hash_extender = callPackage ../tools/security/hash_extender { openssl = openssl_1_1; }; hash_extender = callPackage ../tools/security/hash_extender { }; hash-identifier = callPackage ../tools/security/hash-identifier { };