Unverified Commit 1dd03283 authored by DarkOnion0's avatar DarkOnion0
Browse files

appflowy: 0.0.8 -> 0.0.8.1

parent 7e301d08
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 = [