3
0
Fork 0
forked from mirrors/nixpkgs

algolia-cli: 1.4.1 -> 1.4.2

This commit is contained in:
R. Ryantm 2023-11-17 03:13:58 +00:00
parent cd5199d3bc
commit 03e6bfe813

View file

@ -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=";