Unverified Commit 20c84e9f authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #256657 from r-ryantm/auto-update/algolia-cli

algolia-cli: 1.3.7 -> 1.4.0
parents c792f6b8 42531220
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "algolia-cli";
  version = "1.3.7";
  version = "1.4.0";

  src = fetchFromGitHub {
    owner = "algolia";
    repo = "cli";
    rev = "v${version}";
    hash = "sha256-Mg8GSomBP0jt+16S18tOq2f7HkVpCZbNz/A/g9Afk/I=";
    hash = "sha256-85J4evMEhfkfQ3IoeHulufI9wbwAqW8QmEmJfs5hUpc=";
  };

  vendorHash = "sha256-cNuBTH7L2K4TgD0H9FZ9CjhE5AGXADaniGLD9Lhrtrk=";