Skip to content

Commit 94115b7

Browse files
pgroll: 0.8.0 -> 0.10.0 (#394776)
2 parents f582afb + c7da4e2 commit 94115b7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pkgs/by-name/pg/pgroll/package.nix

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,23 @@
55
libpg_query,
66
xxHash,
77
}:
8+
89
buildGoModule rec {
910
pname = "pgroll";
10-
version = "0.8.0";
11+
version = "0.10.0";
1112

1213
src = fetchFromGitHub {
1314
owner = "xataio";
1415
repo = "pgroll";
1516
tag = "v${version}";
16-
hash = "sha256-iRa1dCUKmGUBpWjQXgKGrVu69WaTGQD8XhKmNxkF0JI=";
17+
hash = "sha256-AJ0dTvywbwwSHOwSPrAgTE9M1AMvo/GRj6L1dZM9Hz8=";
1718
};
1819

19-
vendorHash = "sha256-XTypaCEB0+cfAmN4UyDRQgiF7spQhkiH2jCwjhd3I8Y=";
20+
proxyVendor = true;
2021

21-
excludedPackages = [
22-
"dev"
23-
];
22+
vendorHash = "sha256-olblf/mi/M9Zo4C/fR/Z11C+bAEFOy7bz7EXfMn8Akw=";
23+
24+
excludedPackages = [ "dev" ];
2425

2526
buildInputs = [
2627
libpg_query
@@ -33,6 +34,7 @@ buildGoModule rec {
3334
meta = {
3435
description = "PostgreSQL zero-downtime migrations made easy";
3536
license = lib.licenses.asl20;
37+
mainProgram = "pgroll";
3638
homepage = "https://github.com/xataio/pgroll";
3739
maintainers = with lib.maintainers; [ ilyakooo0 ];
3840
};

0 commit comments

Comments
 (0)