pgroll: 0.14.2 -> 0.14.3 (#445578)

This commit is contained in:
Nick Cao
2025-09-23 20:39:00 +00:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "pgroll";
version = "0.14.2";
version = "0.14.3";
src = fetchFromGitHub {
owner = "xataio";
repo = "pgroll";
tag = "v${version}";
hash = "sha256-tSiGzWxnxiNzBSory5sd676+iVwsl/nkbDWaCls52MQ=";
hash = "sha256-OqBgFeXpvoImoPMKHBCvsPQGhHSBZuNNMLh2/3DPPYo=";
};
proxyVendor = true;