mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
Merge pull request #302712 from r-ryantm/auto-update/postgresql16JitPackages.pgtap
postgresql16JitPackages.pgtap: 1.3.2 -> 1.3.3 Closes https://github.com/NixOS/nixpkgs/pull/302713 Closes https://github.com/NixOS/nixpkgs/pull/302715 Closes https://github.com/NixOS/nixpkgs/pull/302716 Closes https://github.com/NixOS/nixpkgs/pull/302723 Closes https://github.com/NixOS/nixpkgs/pull/302725 Closes https://github.com/NixOS/nixpkgs/pull/302726 Closes https://github.com/NixOS/nixpkgs/pull/302728 Closes https://github.com/NixOS/nixpkgs/pull/302729 Closes https://github.com/NixOS/nixpkgs/pull/302730
This commit is contained in:
commit
6f7ffd4c76
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user