We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293e39e commit 2d15c87Copy full SHA for 2d15c87
1 file changed
pkgs/development/tools/sq/default.nix
@@ -2,16 +2,16 @@
2
3
buildGoModule rec {
4
pname = "sq";
5
- version = "0.24.4";
+ version = "0.25.1";
6
7
src = fetchFromGitHub {
8
owner = "neilotoole";
9
repo = pname;
10
rev = "v${version}";
11
- sha256 = "sha256-oUr0qNqy2rcSMSpNed2ynrArscOgdIu/u8DgiJxr080=";
+ sha256 = "sha256-FYEgCXXcVhm6vv1QT8UqCBo+/o0dAPwbR3ZNB72MrGI=";
12
};
13
14
- vendorHash = "sha256-AL4ghkeTIkXZXpGeBnWIx3hY6uO2bO7eVcH6DR/5jQc=";
+ vendorHash = "sha256-Kcl0/txbq7+xA6826SzSrZx4L02GHcXG5ciKmkrtWLI=";
15
16
proxyVendor = true;
17
0 commit comments