Skip to content

Commit

Permalink
anytype 36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
running-grass committed Dec 20, 2023
1 parent 2e80e12 commit 1553b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/anytype/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

let
pname = "anytype";
version = "0.36.14-alpha";
version = "0.36.0";
name = "Anytype-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://github.com/anyproto/anytype-ts/releases/download/v${version}/${name}.AppImage";
name = "Anytype-${version}.AppImage";
sha256 = "sha256-aJdaMK0YgZvfjCzkVU/r+QJ90aW5Y+rXTr48pP99lDI=";
sha256 = "sha256-Efoqy/izULDgd2Dc3ktVZNj9/U0vCtENm0NLr5VKQpQ=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in
Expand Down

0 comments on commit 1553b80

Please sign in to comment.