From bcb89d69457c4ac88248ed520223d5813663f42a Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 8 Dec 2023 23:48:28 +0100 Subject: [PATCH] sq: 0.42.1 -> 0.46.1 https://github.com/neilotoole/sq/releases/tag/v0.46.1 https://github.com/neilotoole/sq/releases/tag/v0.46.0 https://github.com/neilotoole/sq/releases/tag/v0.45.0 https://github.com/neilotoole/sq/releases/tag/v0.44.0 https://github.com/neilotoole/sq/releases/tag/v0.43.1 https://github.com/neilotoole/sq/releases/tag/v0.43.0 --- pkgs/development/tools/sq/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/tools/sq/default.nix b/pkgs/development/tools/sq/default.nix index 75e18ba664b3..e440509ead64 100644 --- a/pkgs/development/tools/sq/default.nix +++ b/pkgs/development/tools/sq/default.nix @@ -1,17 +1,17 @@ -{ lib, buildGo121Module, fetchFromGitHub, installShellFiles, testers, sq }: +{ lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, sq }: -buildGo121Module rec { +buildGoModule rec { pname = "sq"; - version = "0.42.1"; + version = "0.46.1"; src = fetchFromGitHub { owner = "neilotoole"; repo = pname; rev = "v${version}"; - hash = "sha256-3Hu0vMulGWyNWgNlekYuTRxxxBbRkWj2RE0MWZzNXFk="; + hash = "sha256-TjJ3XDyHHZWMAYV5bJQffH4a9AheZWraov3d4HB/yno="; }; - vendorHash = "sha256-qEwK40BcUetsQOIefdjM/dgjTNuHO1EZgVk53/dfOlc="; + vendorHash = "sha256-DIYSUIUHEiRv+pPZ2hE/2X4GmT3lvdWd/mkl1wbjID4="; proxyVendor = true;