sq: 0.24.4 -> 0.25.1

This commit is contained in:
R. Ryantm 2023-03-22 08:09:45 +00:00
parent 293e39ec09
commit 2d15c87b8a

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "sq";
version = "0.24.4";
version = "0.25.1";
src = fetchFromGitHub {
owner = "neilotoole";
repo = pname;
rev = "v${version}";
sha256 = "sha256-oUr0qNqy2rcSMSpNed2ynrArscOgdIu/u8DgiJxr080=";
sha256 = "sha256-FYEgCXXcVhm6vv1QT8UqCBo+/o0dAPwbR3ZNB72MrGI=";
};
vendorHash = "sha256-AL4ghkeTIkXZXpGeBnWIx3hY6uO2bO7eVcH6DR/5jQc=";
vendorHash = "sha256-Kcl0/txbq7+xA6826SzSrZx4L02GHcXG5ciKmkrtWLI=";
proxyVendor = true;