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

algolia-cli: 1.3.6 -> 1.3.7
This commit is contained in:
Mario Rodas 2023-06-12 19:19:59 -05:00 committed by GitHub
commit ff88800ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "algolia-cli";
version = "1.3.6";
version = "1.3.7";
src = fetchFromGitHub {
owner = "algolia";
repo = "cli";
rev = "v${version}";
hash = "sha256-SNQhDmiRz0J3MlJbYUAQgiXeLv3oZVAMnavkAeRrnEA=";
hash = "sha256-Mg8GSomBP0jt+16S18tOq2f7HkVpCZbNz/A/g9Afk/I=";
};
vendorHash = "sha256-QgNL7pp0KH1RUV69BFVtHpaLHrPp4UQhEtOEiRmfAi0=";
vendorHash = "sha256-cNuBTH7L2K4TgD0H9FZ9CjhE5AGXADaniGLD9Lhrtrk=";
nativeBuildInputs = [ installShellFiles ];