sq: 0.15.4 -> 0.15.6

This commit is contained in:
R. Ryantm 2022-08-10 23:38:20 +00:00
parent ce92261bcb
commit db4098283b

View file

@ -1,18 +1,18 @@
{ lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, sq }: { lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, sq }:
buildGoModule rec { buildGoModule rec {
pname = "sq"; pname = "sq";
version = "0.15.4"; version = "0.15.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "neilotoole"; owner = "neilotoole";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-4CINLOHUVXQ+4e5I1fMqog6LubMm8RnbFmeuBOwALaw="; sha256 = "sha256-QEg80di2DmMfIrvsRFp7nELs7LiJRVa/wENDnf1zQ2Y=";
}; };
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];
vendorSha256 = "sha256-lNpWXKtnzwySzinNPxAKuaLqweWuS6zz8s2W4xXWlqM="; vendorSha256 = "sha256-P1NxcjRA0g9NK2EaEG5E9G2TywTp5uvHesQE7+EG4ag=";
# Some tests violates sandbox constraints. # Some tests violates sandbox constraints.
doCheck = false; doCheck = false;