anytype: 0.42.6 -> 0.42.8

This commit is contained in:
David Chocholatý
2024-09-14 15:31:58 +02:00
parent 076d633d95
commit 190c37ed2a
+2 -2
View File
@@ -2,11 +2,11 @@
let
pname = "anytype";
version = "0.42.6";
version = "0.42.8";
name = "Anytype-${version}";
src = fetchurl {
url = "https://github.com/anyproto/anytype-ts/releases/download/v${version}/${name}.AppImage";
hash = "sha256-ubYk3CsdaUW4AtMYskmFunznUAVcBdbJh4dyGgSs1Io=";
hash = "sha256-MIPKfwIZQah6K+WOQZsTpVcOrws+f4oVa7BoW29K5BA=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };
in appimageTools.wrapType2 {