sq: 0.40.0 -> 0.42.0

https://github.com/neilotoole/sq/releases/tag/v0.41.0
https://github.com/neilotoole/sq/releases/tag/v0.42.0

As the default version for Go is < 1.21, this did not build anymore.

Switched to `buildGo121Module` in the meantime.
This commit is contained in:
Raito Bezarius 2023-08-26 13:17:36 +02:00
parent fcbcedcca5
commit f4c4822443

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;