sqldef: 0.17.18 -> 0.17.19

This commit is contained in:
R. Ryantm
2024-09-14 12:56:48 +00:00
parent dd77cfbfde
commit 880fe95d19
+3 -3
View File
@@ -2,18 +2,18 @@
buildGoModule rec {
pname = "sqldef";
version = "0.17.18";
version = "0.17.19";
src = fetchFromGitHub {
owner = "k0kubun";
repo = "sqldef";
rev = "v${version}";
hash = "sha256-mFQ8E56qlS6UDaXZFsWQBy71Q8DOIMo1Qcmyg1vde5M=";
hash = "sha256-euIP6ev1qc+75MA9vlTZHY7LT03AM8hya+sPWohvCWI=";
};
proxyVendor = true;
vendorHash = "sha256-Bvo+1o4eTJi9zjF/NQ6zBfoAFFlq4egi2nRE8BtaOfM=";
vendorHash = "sha256-+5vfQoTRCbwY/Ydq21VG/xt6CeOWHIup8bxWI/2v24A=";
ldflags = [ "-s" "-w" "-X main.version=${version}" ];