lazysql: 0.5.1 -> 0.5.3

This commit is contained in:
R. Ryantm
2026-06-03 07:13:48 +00:00
parent 52383c55bc
commit 74dfe02c2c

View File

@@ -11,13 +11,13 @@
buildGoModule rec {
pname = "lazysql";
version = "0.5.1";
version = "0.5.3";
src = fetchFromGitHub {
owner = "jorgerojas26";
repo = "lazysql";
rev = "v${version}";
hash = "sha256-rdXZmvyBzVcvycFP/AmrnOuVauQKrmJ1ZTIXc0TWxSI=";
hash = "sha256-XjBEbaNxdKnfheTeb0wPkqzYMs62TDJ6ZrUmvfxzdew=";
};
vendorHash = "sha256-FbAt/HsjoxqAKWQqqWN2xuyyTG2Ic4DcyEU4O0rjpQE=";