postgresql16JitPackages.pgtap: 1.3.2 -> 1.3.3

This commit is contained in:
R. Ryantm 2024-04-09 01:39:31 +00:00
parent f6eb921406
commit 0c979c7daf
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pgtap";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "theory";
repo = "pgtap";
rev = "v${finalAttrs.version}";
sha256 = "sha256-jPfYp94mZenKctCW+3tyyvdgVKW6TDsG1/dbBlHK3vE=";
sha256 = "sha256-YgvfLGF7pLVcCKD66NnWAydDxtoYHH1DpLiYTEKHJ0E=";
};
nativeBuildInputs = [ postgresql perl perlPackages.TAPParserSourceHandlerpgTAP which ];