From ddbd552609bb3bf2b9ae822f8f970dfd472c9282 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 31 Dec 2025 08:06:58 +0000 Subject: [PATCH] pg-schema-diff: 1.0.2 -> 1.0.3 --- pkgs/by-name/pg/pg-schema-diff/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/pg/pg-schema-diff/package.nix b/pkgs/by-name/pg/pg-schema-diff/package.nix index f4848d0857ff..df284c8e5893 100644 --- a/pkgs/by-name/pg/pg-schema-diff/package.nix +++ b/pkgs/by-name/pg/pg-schema-diff/package.nix @@ -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";