sq: 0.15.6 -> 0.15.11
This commit is contained in:
parent
d01cb18be4
commit
d2efce5f7c
@ -1,13 +1,13 @@
|
|||||||
{ lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, sq }:
|
{ lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, sq }:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "sq";
|
pname = "sq";
|
||||||
version = "0.15.6";
|
version = "0.15.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "neilotoole";
|
owner = "neilotoole";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-QEg80di2DmMfIrvsRFp7nELs7LiJRVa/wENDnf1zQ2Y=";
|
sha256 = "sha256-sYaQb7MFeTgJ/WPuCuMYjLcgmO/FhMGgOvY1HfGh2ag=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
Loading…
Reference in New Issue
Block a user