Unverified Commit 09c71ab9 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

algolia-cli: 1.4.1 -> 1.4.2
parents a2daa0fd 03e6bfe8
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.4.1";
  version = "1.4.2";

  src = fetchFromGitHub {
    owner = "algolia";
    repo = "cli";
    rev = "v${version}";
    hash = "sha256-zwlDn545R7A5l6m7lsFSSf3rW96FND6/HRgeykvVCH0=";
    hash = "sha256-T7LklR+NUuB5nDwEedG3eD+qSK+mjUiS/EXerqCAroE=";
  };

  vendorHash = "sha256-cNuBTH7L2K4TgD0H9FZ9CjhE5AGXADaniGLD9Lhrtrk=";