Merge pull request #329096 from r-ryantm/auto-update/lazysql

lazysql: 0.2.1 -> 0.2.3
This commit is contained in:
Nick Cao 2024-07-22 16:08:35 -04:00 committed by GitHub
commit eb02c6ef83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "lazysql";
version = "0.2.1";
version = "0.2.3";
src = fetchFromGitHub {
owner = "jorgerojas26";
repo = "lazysql";
rev = "v${version}";
hash = "sha256-AUu4mKIcwjXlvJSszeuAuPHH3pQs4+LUU6NitVEatnk=";
hash = "sha256-7aHzqgRtJvGueCmB87uJkFgkphfPj/owAz0Q2o3OU88=";
};
vendorHash = "sha256-tgD6qoCVC1ox15VPJWVvhe4yg3R81ktMuW2dsaU69rY=";