Unverified Commit ae11c6f4 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #205660 from DarkOnion0/appflowy

appflowy: 0.0.8 -> 0.0.8.1
parents 98504866 1dd03283
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@

stdenv.mkDerivation rec {
  pname = "appflowy";
  version = "0.0.8";
  version = "0.0.8.1";

  src = fetchzip {
    url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-linux-x86.tar.gz";
    sha256 = "sha256-+nizRA42c0ZzuN8D/puh0TFLnRJVgyAujcTmJZ1UVzo=";
    sha256 = "sha256-QMlJSNjN6pe9NNWoCFwo++Ic4/pbDPEjHFabcV2lZo8=";
  };

  nativeBuildInputs = [