lazysql: 0.3.2 -> 0.3.3

This commit is contained in:
R. Ryantm
2025-01-25 23:00:12 +01:00
committed by Weijia Wang
parent e92c37ed58
commit 40813ebb3d
+3 -3
View File
@@ -10,16 +10,16 @@
buildGoModule rec {
pname = "lazysql";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "jorgerojas26";
repo = "lazysql";
rev = "v${version}";
hash = "sha256-W07C5EqBz+PgtRTJPGmuvoO8wf9t0RWi1toQzeyAq2I=";
hash = "sha256-+7KchZbd/XJ+c5ndA4arbKabeMxX1ZTOVs7Nw+TSxGI=";
};
vendorHash = "sha256-HPfk9jWNwL4C4CIrh5IJrA9v+EhaWba+lbZbIuERpkU=";
vendorHash = "sha256-ef3GngaaoNEJAOF5IlTQhTrO5P22w5p7G91TYJasfGk=";
ldflags = [
"-X main.version=${version}"