sqldef: 0.17.32 -> 1.0.0

This commit is contained in:
R. Ryantm
2025-03-08 02:04:24 +00:00
parent cb26667f94
commit 81512209ae
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "sqldef";
version = "0.17.32";
version = "1.0.0";
src = fetchFromGitHub {
owner = "sqldef";
repo = "sqldef";
rev = "v${version}";
hash = "sha256-xGFepNalT2UIIFYh9BQnFzvC1SxlcLDxMX+zGEutD+I=";
hash = "sha256-eg2iy0vQyg7ZyTejgmJEKD1s6b2ikk7gMFIEudn2PZs=";
};
proxyVendor = true;