trdsql: 1.2.1 -> 1.2.3 (#527411)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-03 07:30:36 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule (finalAttrs: {
pname = "trdsql";
version = "1.2.1";
version = "1.2.3";
src = fetchFromGitHub {
owner = "noborus";
repo = "trdsql";
tag = "v${finalAttrs.version}";
hash = "sha256-gcEzOgoVhXJ5PqgQ9sV6dGiQlhk4cCpcPBBAKPoyNKg=";
hash = "sha256-lYBdroPg0Z+7p4akwBV3ey9S3s1uemQMfkyfZC8xeGQ=";
};
vendorHash = "sha256-1s2fQue0mLhJ9dKILrERa21Ut05/zVCwL2txZlqcCqE=";