lazysql: 0.3.6 -> 0.3.7

This commit is contained in:
R. Ryantm
2025-03-31 05:21:47 +00:00
parent 3e78aad351
commit 9980ac66be
+2 -2
View File
@@ -10,13 +10,13 @@
buildGoModule rec {
pname = "lazysql";
version = "0.3.6";
version = "0.3.7";
src = fetchFromGitHub {
owner = "jorgerojas26";
repo = "lazysql";
rev = "v${version}";
hash = "sha256-tQZ8thL3rmTtxDG0Z/DgxH1PjDL4Kxx9LXDLqVTZ7Lc=";
hash = "sha256-fpzcCCLkUJGuTfQiADwLL2238LP0TJJMYAXUwCfPkFM=";
};
vendorHash = "sha256-LLOUTml/mz7edCUy82k+S5PfpFovgUTQr0BoQQXiVGs=";