jbake: 2.6.2 -> 2.6.3 (#49302)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jbake/versions
This commit is contained in:
R. RyanTM 2018-10-27 17:06:50 -07:00 committed by Samuel Leathers
parent 6675f9e223
commit b580e19510

View File

@ -1,12 +1,12 @@
{ stdenv, fetchzip, makeWrapper, jre }:
stdenv.mkDerivation rec {
version = "2.6.2";
version = "2.6.3";
name = "jbake-${version}";
src = fetchzip {
url = "https://dl.bintray.com/jbake/binary/${name}-bin.zip";
sha256 = "1q96z0pvkqgb4194m52z89q56cbc0g3faflyfpy55z099f655rx9";
sha256 = "000ax5vzirrhiykk86fmy4hibhl3pab0gkh5y35hiwhzhw5rwzk8";
};
buildInputs = [ makeWrapper jre ];