Skip to content

Commit

Permalink
Merge pull request NixOS#314493 from r-ryantm/auto-update/anytype
Browse files Browse the repository at this point in the history
anytype: 0.40.8 -> 0.40.9
  • Loading branch information
NickCao authored May 25, 2024
2 parents 59d945f + ffd936a commit f380c71
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.8";
version = "0.40.9";
name = "Anytype-${version}";
src = fetchurl {
url = "https://github.com/anyproto/anytype-ts/releases/download/v${version}/${name}.AppImage";
name = "Anytype-${version}.AppImage";
hash = "sha256-Rvl52nKrOWQfT2qgssEpFjQCjva54zPvm6aEXmO0NTc=";
hash = "sha256-NxiRq/aAWToe27COEoQb4BmyKgLRYQ+gXtM0Djhlcow=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in appimageTools.wrapType2 {
Expand Down

0 comments on commit f380c71

Please sign in to comment.