pg-schema-diff: 1.0.3 -> 1.0.5 (#479807)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-13 22:14:01 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
}:
buildGoModule (finalAttrs: {
pname = "pg-schema-diff";
version = "1.0.3";
version = "1.0.5";
src = fetchFromGitHub {
owner = "stripe";
repo = "pg-schema-diff";
tag = "v${finalAttrs.version}";
hash = "sha256-pAGd62P+w8BnGMQp2kzAg/mLPvJG6ma25K/JmjpivLk=";
hash = "sha256-MNuJS9zhTbF6FY1i5fF5VhX8pa+hVaQfdAaj3CKmG50=";
};
nativeCheckInputs = [