Merge pull request #158099 from r3dl3g/master

jameica 2.10.0 -> 2.10.1

authored by Florian Klink and committed by GitHub eee549ab 63f6c770

+4 -4
+4 -4
pkgs/applications/office/jameica/default.nix
··· 1 1 { lib, stdenv, fetchFromGitHub, makeDesktopItem, makeWrapper, ant, jdk, jre, gtk2, glib, xorg, Cocoa }: 2 2 3 3 let 4 - _version = "2.10.0"; 5 - _build = "480"; 4 + _version = "2.10.1"; 5 + _build = "482"; 6 6 version = "${_version}-${_build}"; 7 7 name = "jameica-${version}"; 8 8 ··· 31 31 owner = "willuhn"; 32 32 repo = "jameica"; 33 33 rev = "V_${builtins.replaceStrings ["."] ["_"] _version}_BUILD_${_build}"; 34 - sha256 = "0rzhbskzzvr9aan6fwxd2kmzg79ranx7aym5yn1i37z3ra67d1nz"; 34 + sha256 = "0pzcfqsf7flzipwivpinpkfb2xisand1sfjm00wif4pyj3f4qfh1"; 35 35 }; 36 36 37 37 # there is also a build.gradle, but it only seems to be used to vendor 3rd party libraries ··· 70 70 ''; 71 71 license = licenses.gpl2Plus; 72 72 platforms = [ "x86_64-linux" "i686-linux" "x86_64-darwin" ]; 73 - maintainers = with maintainers; [ flokli ]; 73 + maintainers = with maintainers; [ flokli r3dl3g ]; 74 74 }; 75 75 }