pg-schema-diff: 1.0.2 -> 1.0.3 (#475505)

This commit is contained in:
Nick Cao
2026-01-01 21:03:33 +00:00
committed by GitHub
+3 -3
View File
@@ -6,20 +6,20 @@
}:
buildGoModule (finalAttrs: {
pname = "pg-schema-diff";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "stripe";
repo = "pg-schema-diff";
tag = "v${finalAttrs.version}";
hash = "sha256-u0niTTqrzsI4u0OGY5qkgbitadcbEK/ElFGnPJsEMwo=";
hash = "sha256-pAGd62P+w8BnGMQp2kzAg/mLPvJG6ma25K/JmjpivLk=";
};
nativeCheckInputs = [
postgresql
];
vendorHash = "sha256-Hs3xrGP8eJwW3rQ9nViB9sqC8spjHV6rCoy1u/SYHak=";
vendorHash = "sha256-9tronDAe3/5bBtiMW04YGSgxww/F7xlq84sjYFTfxnk=";
meta = {
description = "Go library for diffing Postgres schemas and generating SQL migrations";