Skip to content

Commit

Permalink
Merge pull request #256858 from r-ryantm/auto-update/hop-cli
Browse files Browse the repository at this point in the history
hop-cli: 0.2.53 -> 0.2.54
  • Loading branch information
wegank authored Sep 24, 2023
2 parents 2b9a925 + 76c3e7a commit c463204
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/hop-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "hop-cli";
version = "0.2.53";
version = "0.2.54";

src = fetchFromGitHub {
owner = "hopinc";
repo = "cli";
rev = "v${version}";
hash = "sha256-DyM8OEgO2OtD/PD/I6Ys2Yg0gQMB21OnjFdDkWKw+Io=";
hash = "sha256-0BIPN4+XYZgUdxygpKpWZq6VkWWNCFD8v5egXOYfC64=";
};

cargoHash = "sha256-R6Dbje6OEndJxyWJ8cR/QcfdIBw88Vfbve+EYGozWNc=";
cargoHash = "sha256-KE7AAyArRang/EZrpgv+vlNZaAP/Y2pCltiPMgZ5vFA=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit c463204

Please sign in to comment.