Unverified Commit 484cab6a authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #260466 from DarkOnion0/appflowy

appflowy: 0.3.2 -> 0.3.5
parents 88137f52 8426727e
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -8,15 +8,16 @@
, gtk3
, xdg-user-dirs
, keybinder3
, libnotify
}:

stdenv.mkDerivation rec {
  pname = "appflowy";
  version = "0.3.2";
  version = "0.3.5";

  src = fetchzip {
    url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy_x86_64-unknown-linux-gnu_ubuntu-20.04.tar.gz";
    hash = "sha256-UmBXAfRIr9zOScqibKPHeKzr+UTx3gbGEm0tl7qn+oE=";
    url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-${version}-linux-x86_64.tar.gz";
    hash = "sha256-NKoRsT8UQ1IHS95KATHNzbAYWCi6zwwmRZvR+U7MVhk=";
    stripRoot = false;
  };

@@ -29,6 +30,7 @@ stdenv.mkDerivation rec {
  buildInputs = [
    gtk3
    keybinder3
    libnotify
  ];

  dontBuild = true;