Unverified Commit 2bec0248 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

Merge pull request #306768 from r-ryantm/auto-update/appflowy

appflowy: 0.5.4 -> 0.5.5
parents 4d6afa6a 3c0c83a4
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;
  };