Merge pull request #69973 from r-ryantm/auto-update/varnish

varnish6: 6.2.0 -> 6.3.0
This commit is contained in:
Franz Pletz 2019-10-06 21:31:42 +00:00 committed by GitHub
commit 5320d06f7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,8 +51,8 @@ in
python = python2;
};
varnish6 = common {
version = "6.2.0";
sha256 = "0lwfk2gq99c653h5f51fs3j37r0gh2pf0p4w5z986nm2mi9z6yn3";
version = "6.3.0";
sha256 = "0zwlffdd1m0ih33nq40xf2wwdyvr4czmns2fs90qpfnwy72xxk4m";
python = python3;
extraNativeBuildInputs = [ python3.pkgs.sphinx ];
};