sqlboiler: 4.16.1 -> 4.16.2

This commit is contained in:
R. Ryantm
2024-02-13 08:39:50 +00:00
parent 4e53560e89
commit 9d01a9c802

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=";