jameica: 2.8.6 -> 2.10.0

conduit-nginx
Armin Rothfuss 2021-10-22 01:00:02 +02:00
parent 7d0484cefb
commit b74259546d
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{ lib, stdenv, fetchFromGitHub, makeDesktopItem, makeWrapper, ant, jdk, jre, gtk2, glib, xorg, Cocoa }:
let
_version = "2.8.6";
_build = "455";
_version = "2.10.0";
_build = "480";
version = "${_version}-${_build}";
name = "jameica-${version}";
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
owner = "willuhn";
repo = "jameica";
rev = "V_${builtins.replaceStrings ["."] ["_"] _version}_BUILD_${_build}";
sha256 = "1pndklxsvixy6zyblqr62ki3pqaq8lfrzgasrvhclqxxh76gjlss";
sha256 = "0rzhbskzzvr9aan6fwxd2kmzg79ranx7aym5yn1i37z3ra67d1nz";
};
# there is also a build.gradle, but it only seems to be used to vendor 3rd party libraries