jbake: 2.6.3 -> 2.6.4
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:
parent
8f58e00226
commit
579c9762ba
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchzip, makeWrapper, jre }:
|
{ stdenv, fetchzip, makeWrapper, jre }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.6.3";
|
version = "2.6.4";
|
||||||
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 = "000ax5vzirrhiykk86fmy4hibhl3pab0gkh5y35hiwhzhw5rwzk8";
|
sha256 = "0zgp0wwxxmi13v5q5jvr610igx2vxg0bwck9j1imnn9ciakg1aaw";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ makeWrapper jre ];
|
buildInputs = [ makeWrapper jre ];
|
||||||
|
Loading…
Reference in New Issue
Block a user