sqldef: 1.0.7 -> 2.0.0

This commit is contained in:
R. Ryantm 2025-05-29 10:23:16 +00:00
parent a4ac6ea818
commit a87b55c26b

View file

@ -6,13 +6,13 @@
buildGoModule rec { buildGoModule rec {
pname = "sqldef"; pname = "sqldef";
version = "1.0.7"; version = "2.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sqldef"; owner = "sqldef";
repo = "sqldef"; repo = "sqldef";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-FDJeRIrx2LS6TQAlm9Kj13O4fccnRG6mYcLwTrOGrOI="; hash = "sha256-+KU/oROHl7i5GI0KYEzV8MILE6SQyAG3UHoiL6PHYSU=";
}; };
proxyVendor = true; proxyVendor = true;