Merge pull request #288484 from r-ryantm/auto-update/sqlboiler

sqlboiler: 4.16.1 -> 4.16.2
This commit is contained in:
Nick Cao 2024-02-13 11:32:51 -05:00 committed by GitHub
commit 7b44ef599c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "sqlboiler";
version = "4.16.1";
version = "4.16.2";
src = fetchFromGitHub {
owner = "volatiletech";
repo = "sqlboiler";
rev = "refs/tags/v${version}";
hash = "sha256-MmZ2TZZ06eiz05bkEm6E8tmGRVkInBZJGHbuPN4fMMY=";
hash = "sha256-akfXYFgBbG/GCatoT820w4adXWqfG9wvHuChaqkewXs=";
};
vendorHash = "sha256-BTrQPWThfJ7gWXi/Y1l/s2BmkW5lVYS/PP0WRwntQxA=";