12 src = fetchFromGitHub {
16 hash = "sha256-iRa1dCUKmGUBpWjQXgKGrVu69WaTGQD8XhKmNxkF0JI=";
19 vendorHash = "sha256-XTypaCEB0+cfAmN4UyDRQgiF7spQhkiH2jCwjhd3I8Y=";
30 # Tests require a running docker daemon
34 description = "PostgreSQL zero-downtime migrations made easy";
35 license = lib.licenses.asl20;
36 homepage = "https://github.com/xataio/pgroll";
37 maintainers = with lib.maintainers; [ ilyakooo0 ];