File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 55 libpg_query ,
66 xxHash ,
77} :
8+
89buildGoModule 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 } ;
You can’t perform that action at this time.
0 commit comments