1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pgtap: 0.97.0 -> 0.98.0

This commit is contained in:
WilliButz 2017-12-03 16:02:21 +01:00
parent 1c07970bcc
commit 717423e2f0
No known key found for this signature in database
GPG key ID: 92582A10F1179CB2

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "pgtap-${version}";
version = "0.97.0";
version = "0.98.0";
src = fetchFromGitHub {
owner = "theory";
repo = "pgtap";
rev = "v${version}";
sha256 = "1vzc8pxzi0rbywmrvx7i5awngsvzcz75i4jl9bk2vqr223chax6f";
sha256 = "17r3b409k05pbypmwdwgm1fl669jc6a1391szyxizx784k44a369";
};
nativeBuildInputs = [ postgresql perl perlPackages.TAPParserSourceHandlerpgTAP which ];