sqldef: 3.9.6 -> 3.9.7

This commit is contained in:
R. Ryantm
2026-02-12 15:21:44 +00:00
parent 91e72fc5a3
commit 5ccf6dce9e
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule (finalAttrs: {
pname = "sqldef";
version = "3.9.6";
version = "3.9.7";
src = fetchFromGitHub {
owner = "sqldef";
repo = "sqldef";
rev = "v${finalAttrs.version}";
hash = "sha256-vC8aFIvhGSqeGQTwhPmQx9bXgoyDm3c3eLO025ZkudQ=";
hash = "sha256-KzvdAgHKCQkGLdbKLMxX4cVHK/7q9nDFk3fytLrzn/A=";
};
proxyVendor = true;