Skip to content

Commit 2d15c87

Browse files
committed
sq: 0.24.4 -> 0.25.1
1 parent 293e39e commit 2d15c87

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/tools/sq/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
buildGoModule rec {
44
pname = "sq";
5-
version = "0.24.4";
5+
version = "0.25.1";
66

77
src = fetchFromGitHub {
88
owner = "neilotoole";
99
repo = pname;
1010
rev = "v${version}";
11-
sha256 = "sha256-oUr0qNqy2rcSMSpNed2ynrArscOgdIu/u8DgiJxr080=";
11+
sha256 = "sha256-FYEgCXXcVhm6vv1QT8UqCBo+/o0dAPwbR3ZNB72MrGI=";
1212
};
1313

14-
vendorHash = "sha256-AL4ghkeTIkXZXpGeBnWIx3hY6uO2bO7eVcH6DR/5jQc=";
14+
vendorHash = "sha256-Kcl0/txbq7+xA6826SzSrZx4L02GHcXG5ciKmkrtWLI=";
1515

1616
proxyVendor = true;
1717

0 commit comments

Comments
 (0)