anytype: 0.42.3 -> 0.42.4

This commit is contained in:
Steven Kou 2024-08-17 22:31:29 +08:00
parent 97444575c3
commit 43ac742526
No known key found for this signature in database
GPG Key ID: D0D4BCFA8DB68E35

View File

@ -2,11 +2,11 @@
let
pname = "anytype";
version = "0.42.3";
version = "0.42.4";
name = "Anytype-${version}";
src = fetchurl {
url = "https://github.com/anyproto/anytype-ts/releases/download/v${version}/${name}.AppImage";
hash = "sha256-4Tz080lNQXqTq+LEax4fYV27/DDSRUalpkO46KZ1ay8=";
hash = "sha256-SFLjjr+L7eTqaZ2teug7mzXhIU+eVebBqrE4q5aasLk=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in appimageTools.wrapType2 {