Merge pull request #149491 from r-ryantm/auto-update/pgtap

postgresql11Packages.pgtap: 1.1.0 -> 1.2.0
This commit is contained in:
Mario Rodas 2021-12-08 01:41:08 -05:00 committed by GitHub
commit 7a7ccf5f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pgtap";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "theory";
repo = "pgtap";
rev = "v${version}";
sha256 = "09fvzsl8m18yzpvrz6cqvs1ffzs451iwmb2mw39yq69jgqby5kqy";
sha256 = "sha256-lb0PRffwo6J5a6Hqw1ggvn0cW7gPZ02OEcLPi9ineI8=";
};
nativeBuildInputs = [ postgresql perl perlPackages.TAPParserSourceHandlerpgTAP which ];