Merge pull request #32276 from WilliButz/packageUpdates
pgtap: 0.97.0 -> 0.98.0 highlight: 3.40 -> 3.41
This commit is contained in:
commit
3130c112da
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "pgtap-${version}";
|
name = "pgtap-${version}";
|
||||||
version = "0.97.0";
|
version = "0.98.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "theory";
|
owner = "theory";
|
||||||
repo = "pgtap";
|
repo = "pgtap";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1vzc8pxzi0rbywmrvx7i5awngsvzcz75i4jl9bk2vqr223chax6f";
|
sha256 = "17r3b409k05pbypmwdwgm1fl669jc6a1391szyxizx784k44a369";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ postgresql perl perlPackages.TAPParserSourceHandlerpgTAP which ];
|
nativeBuildInputs = [ postgresql perl perlPackages.TAPParserSourceHandlerpgTAP which ];
|
||||||
|
@ -4,13 +4,13 @@ with stdenv.lib;
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "highlight-${version}";
|
name = "highlight-${version}";
|
||||||
version = "3.40";
|
version = "3.41";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "andre-simon";
|
owner = "andre-simon";
|
||||||
repo = "highlight";
|
repo = "highlight";
|
||||||
rev = "${version}";
|
rev = "${version}";
|
||||||
sha256 = "0bkywhz4y10qcajimdha1ck5mvn7fsrv3yn8nd6rqbva39gbfmfd";
|
sha256 = "163ghkyv3v6v200pskajlsz6sbq3hi31qx7abjcbwc0dajqfngvj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ] ++ optional stdenv.isDarwin gcc ;
|
nativeBuildInputs = [ pkgconfig ] ++ optional stdenv.isDarwin gcc ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user