Merge pull request #173355 from r3dl3g/submit/jameica-2.10.2

jameica 2.10.1 -> 2.10.2
main
Florian Klink 2 years ago committed by GitHub
commit 0d3a0ff97a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      pkgs/applications/office/jameica/default.nix

@ -1,8 +1,8 @@
{ lib, stdenv, fetchFromGitHub, makeDesktopItem, makeWrapper, ant, jdk, jre, gtk2, glib, xorg, Cocoa }:
let
_version = "2.10.1";
_build = "482";
_version = "2.10.2";
_build = "484";
version = "${_version}-${_build}";
swtSystem = if stdenv.hostPlatform.system == "i686-linux" then "linux"
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
owner = "willuhn";
repo = "jameica";
rev = "V_${builtins.replaceStrings ["."] ["_"] _version}_BUILD_${_build}";
sha256 = "0pzcfqsf7flzipwivpinpkfb2xisand1sfjm00wif4pyj3f4qfh1";
sha256 = "1x9sybknzsfxp9z0pvw9dx80732ynyap57y03p7xwwjbcrnjla57";
};
# there is also a build.gradle, but it only seems to be used to vendor 3rd party libraries

Loading…
Cancel
Save