Skip to content

Commit

Permalink
flexibee: 2020.2.1.2 -> 2020.2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and FRidh committed Aug 26, 2020
1 parent 46184ba commit df2317a
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 = "2020.2.1.2";
version = "2020.2.3.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 = "1a382lwyscvl5gdax5vs0shzmbnhjgggrv0hcwid8kf2s98diw5n";
sha256 = "05wzg7f6mzz7r6azzb8k2g5fakkqh6762y4q9qkmrzbixvxh4lz9";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit df2317a

Please sign in to comment.