Merge pull request #48420 from r-ryantm/auto-update/jbake
jbake: 2.6.1 -> 2.6.2
This commit is contained in:
commit
b9140bc99b
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ stdenv, fetchzip, makeWrapper, jre }:
|
{ stdenv, fetchzip, makeWrapper, jre }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.6.1";
|
version = "2.6.2";
|
||||||
name = "jbake-${version}";
|
name = "jbake-${version}";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://dl.bintray.com/jbake/binary/${name}-bin.zip";
|
url = "https://dl.bintray.com/jbake/binary/${name}-bin.zip";
|
||||||
sha256 = "0zlh2azmv8gj3c4d4ndivar31wd42nmvhxq6xhn09cib9kffxbc7";
|
sha256 = "1q96z0pvkqgb4194m52z89q56cbc0g3faflyfpy55z099f655rx9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper jre ];
|
buildInputs = [ makeWrapper jre ];
|
||||||
|
|
Loading…
Reference in a new issue