xlsxsql: 0.4.0 -> 0.5.3

This commit is contained in:
R. Ryantm
2026-05-27 13:06:10 +00:00
parent 3a2ca800cb
commit 934f4b0b84

View File

@@ -10,16 +10,16 @@
}:
buildGoModule (finalAttrs: {
pname = "xlsxsql";
version = "0.4.0";
version = "0.5.3";
src = fetchFromGitHub {
owner = "noborus";
repo = "xlsxsql";
tag = "v${finalAttrs.version}";
hash = "sha256-OmNYrohWs4l7cReTBB6Ha9VuKPit1+P7a4QKhYwK5g8=";
hash = "sha256-07Gnw1Y8TyxoOMMevnx4tGyk6k7n4o3gDaOPshsmcSE=";
};
vendorHash = "sha256-Zrt4NMoQePvipFyYpN+Ipgl2D6j/thCPhrQy4AbXOfQ=";
vendorHash = "sha256-3r7KY6boNYd2tJjMExiTZD1ZxQhm2UlP/Gyic8XMGrw=";
ldflags = [
"-X main.version=v${finalAttrs.version}"