Skip to content

Commit

Permalink
anytype: 0.40.2 -> 0.40.8
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 1, 2024
1 parent 705bad7 commit 5c6686a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/an/anytype/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

let
pname = "anytype";
version = "0.40.2";
version = "0.40.8";
name = "Anytype-${version}";
src = fetchurl {
url = "https://github.com/anyproto/anytype-ts/releases/download/v${version}/${name}.AppImage";
name = "Anytype-${version}.AppImage";
hash = "sha256-RO8rYH0wHPxwey1ICAVK1jURs7b+oxLXRlychgi6c1c=";
hash = "sha256-Rvl52nKrOWQfT2qgssEpFjQCjva54zPvm6aEXmO0NTc=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in appimageTools.wrapType2 {
Expand Down

0 comments on commit 5c6686a

Please sign in to comment.