lazysql: 0.5.5 -> 0.5.6 (#555564)

This commit is contained in:
Nick Cao
2026-08-24 18:07:18 +00:00
committed by GitHub

View File

@@ -11,13 +11,13 @@
buildGoModule rec {
pname = "lazysql";
version = "0.5.5";
version = "0.5.6";
src = fetchFromGitHub {
owner = "jorgerojas26";
repo = "lazysql";
rev = "v${version}";
hash = "sha256-Grr1R88XguW/jT5Vj/m11Cr+Im2+mnVZw23QrO1ZzMk=";
hash = "sha256-PWmLJ7Sjt68aYqjGhkQ2ZMU7O2Qer2ECocBQPWL8rNk=";
};
vendorHash = "sha256-FbAt/HsjoxqAKWQqqWN2xuyyTG2Ic4DcyEU4O0rjpQE=";