lol

Merge pull request #251581 from RaitoBezarius/update/sq

authored by

Ryan Lahfa and committed by
GitHub
bbabe996 611fb9f8

+5 -5
+5 -5
pkgs/development/tools/sq/default.nix
··· 1 - { lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, sq }: 1 + { lib, buildGo121Module, fetchFromGitHub, installShellFiles, testers, sq }: 2 2 3 - buildGoModule rec { 3 + buildGo121Module rec { 4 4 pname = "sq"; 5 - version = "0.40.0"; 5 + version = "0.42.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "neilotoole"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-TD9brvMxU2gdiOiJPs/M5PmiwFd99P9YohCG7bcjLas="; 11 + hash = "sha256-IL3041R35WL+sYCpTjfPXUpd7GTcQoaILYBufwH1WoE="; 12 12 }; 13 13 14 - vendorHash = "sha256-/LsQfhU5+Wobts6R3cJDJaKSvPUqWNBpx9ILgNC2otc="; 14 + vendorHash = "sha256-ez5qhGgK0q3oDT0L0Fs+JKJjMbNoJukzCoir2a9ro48="; 15 15 16 16 proxyVendor = true; 17 17