mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
flexibee: 2019.3.0.3 -> 2019.3.0.7
This commit is contained in:
parent
ee71de7240
commit
0534e9c4b3
@ -1,7 +1,7 @@
|
||||
{ stdenv, fetchurl, makeWrapper, jre }:
|
||||
|
||||
let
|
||||
version = "2019.3.0.3";
|
||||
version = "2019.3.0.7";
|
||||
majorVersion = builtins.substring 0 6 version;
|
||||
in
|
||||
|
||||
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://download.flexibee.eu/download/${majorVersion}/${version}/${pname}-${version}.tar.gz";
|
||||
sha256 = "1ivhqh1rl4ll0af9nfgfm7f647vc9zk61aplinvz73xb3grb4j6f";
|
||||
sha256 = "01n2pkh17s2iab7n9xgq9vqcf1fnzmb382zmmd1lwyw3x57f5rq2";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
cp -R usr/share/flexibee/ $out/
|
||||
install -Dm755 usr/bin/flexibee $out/bin/flexibee
|
||||
install -Dm755 usr/sbin/flexibee-server $out/bin/flexibee-server
|
||||
wrapProgram $out/bin/flexibee --set JAVA_HOME "${jre}"
|
||||
wrapProgram $out/bin/flexibee --set JAVA_HOME "${jre}"
|
||||
wrapProgram $out/bin/flexibee-server --set JAVA_HOME "${jre}"
|
||||
runHook postInstall
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user