Merge pull request #251581 from RaitoBezarius/update/sq

This commit is contained in:
Ryan Lahfa
2023-08-26 15:00:18 +02:00
committed by GitHub
+5 -5
View File
@@ -1,17 +1,17 @@
{ lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, sq }:
{ lib, buildGo121Module, fetchFromGitHub, installShellFiles, testers, sq }:
buildGoModule rec {
buildGo121Module rec {
pname = "sq";
version = "0.40.0";
version = "0.42.0";
src = fetchFromGitHub {
owner = "neilotoole";
repo = pname;
rev = "v${version}";
sha256 = "sha256-TD9brvMxU2gdiOiJPs/M5PmiwFd99P9YohCG7bcjLas=";
hash = "sha256-IL3041R35WL+sYCpTjfPXUpd7GTcQoaILYBufwH1WoE=";
};
vendorHash = "sha256-/LsQfhU5+Wobts6R3cJDJaKSvPUqWNBpx9ILgNC2otc=";
vendorHash = "sha256-ez5qhGgK0q3oDT0L0Fs+JKJjMbNoJukzCoir2a9ro48=";
proxyVendor = true;