mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
pg-schema-diff: 1.0.5 -> 1.0.7 (#538167)
This commit is contained in:
commit
d203af8bf2
1 changed files with 2 additions and 2 deletions
|
|
@ -6,13 +6,13 @@
|
|||
}:
|
||||
buildGoModule (finalAttrs: {
|
||||
pname = "pg-schema-diff";
|
||||
version = "1.0.5";
|
||||
version = "1.0.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "stripe";
|
||||
repo = "pg-schema-diff";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-MNuJS9zhTbF6FY1i5fF5VhX8pa+hVaQfdAaj3CKmG50=";
|
||||
hash = "sha256-7N9n0puEyCOq3MKXRLNAgtgrFEC4Sh9d6OK9U/h4xCQ=";
|
||||
};
|
||||
|
||||
subPackages = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue