Commit 3c0c83a4 authored by R. RyanTM's avatar R. RyanTM
Browse files

appflowy: 0.5.4 -> 0.5.5

parent 5dd187f3
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.5.4";
  version = "0.5.5";

  src = fetchzip {
    url = "https://github.com/AppFlowy-IO/appflowy/releases/download/${version}/AppFlowy-${version}-linux-x86_64.tar.gz";
    hash = "sha256-gIM4CQvPkQIWvHXYPwr4yiDY1mUuOmubdqkOmHNssVo=";
    hash = "sha256-sDA//ARuzU0q2V3jhFXGhaQaeF0jsDRbtdHCBTgIL8U=";
    stripRoot = false;
  };