Skip to content

Commit

Permalink
Merge pull request #75216 from r-ryantm/auto-update/flexibee
Browse files Browse the repository at this point in the history
flexibee: 2019.3.0.7 -> 2019.3.1.1
  • Loading branch information
mmahut committed Dec 10, 2019
2 parents 9998776 + 401655e commit dd33d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/office/flexibee/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, makeWrapper, jre }:

let
version = "2019.3.0.7";
version = "2019.3.1.1";
majorVersion = builtins.substring 0 6 version;
in

Expand All @@ -11,7 +11,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "http://download.flexibee.eu/download/${majorVersion}/${version}/${pname}-${version}.tar.gz";
sha256 = "01n2pkh17s2iab7n9xgq9vqcf1fnzmb382zmmd1lwyw3x57f5rq2";
sha256 = "0zlxbdwcb0xb0bx4nvj6dn0vpw21czgf196bjlkk1547j6146p1p";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit dd33d4d

Please sign in to comment.