Loading pkgs/tools/admin/hop-cli/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -6,20 +6,21 @@ , stdenv , CoreServices , Security , SystemConfiguration }: rustPlatform.buildRustPackage rec { pname = "hop-cli"; version = "0.2.54"; version = "0.2.60"; src = fetchFromGitHub { owner = "hopinc"; repo = "cli"; rev = "v${version}"; hash = "sha256-0BIPN4+XYZgUdxygpKpWZq6VkWWNCFD8v5egXOYfC64="; hash = "sha256-zNAV9WdtRBlCh7Joky5Dl+cw/FpY1m/WJxUoNikmXvQ="; }; cargoHash = "sha256-KE7AAyArRang/EZrpgv+vlNZaAP/Y2pCltiPMgZ5vFA="; cargoHash = "sha256-1QD6mEXRw3NCTBKJyVGK3demLKUdE6smELpvdFSJiWY="; nativeBuildInputs = [ pkg-config Loading @@ -28,7 +29,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ CoreServices Security CoreServices Security SystemConfiguration ]; OPENSSL_NO_VENDOR = 1; Loading pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -16383,7 +16383,7 @@ with pkgs; hop = callPackage ../development/compilers/hop { }; hop-cli = callPackage ../tools/admin/hop-cli { inherit (darwin.apple_sdk.frameworks) CoreServices Security; inherit (darwin.apple_sdk.frameworks) CoreServices Security SystemConfiguration; }; falcon = callPackage ../development/interpreters/falcon { Loading
pkgs/tools/admin/hop-cli/default.nix +5 −4 Original line number Diff line number Diff line Loading @@ -6,20 +6,21 @@ , stdenv , CoreServices , Security , SystemConfiguration }: rustPlatform.buildRustPackage rec { pname = "hop-cli"; version = "0.2.54"; version = "0.2.60"; src = fetchFromGitHub { owner = "hopinc"; repo = "cli"; rev = "v${version}"; hash = "sha256-0BIPN4+XYZgUdxygpKpWZq6VkWWNCFD8v5egXOYfC64="; hash = "sha256-zNAV9WdtRBlCh7Joky5Dl+cw/FpY1m/WJxUoNikmXvQ="; }; cargoHash = "sha256-KE7AAyArRang/EZrpgv+vlNZaAP/Y2pCltiPMgZ5vFA="; cargoHash = "sha256-1QD6mEXRw3NCTBKJyVGK3demLKUdE6smELpvdFSJiWY="; nativeBuildInputs = [ pkg-config Loading @@ -28,7 +29,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ CoreServices Security CoreServices Security SystemConfiguration ]; OPENSSL_NO_VENDOR = 1; Loading
pkgs/top-level/all-packages.nix +1 −1 Original line number Diff line number Diff line Loading @@ -16383,7 +16383,7 @@ with pkgs; hop = callPackage ../development/compilers/hop { }; hop-cli = callPackage ../tools/admin/hop-cli { inherit (darwin.apple_sdk.frameworks) CoreServices Security; inherit (darwin.apple_sdk.frameworks) CoreServices Security SystemConfiguration; }; falcon = callPackage ../development/interpreters/falcon {