Merge pull request #160744 from bbigras/anytype

anytype: 0.23.0 -> 0.23.5
This commit is contained in:
Artturi
2022-02-19 06:28:58 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
let
pname = "anytype";
version = "0.23.0";
version = "0.23.5";
name = "Anytype-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://at9412003.fra1.digitaloceanspaces.com/Anytype-${version}.AppImage";
name = "Anytype-${version}.AppImage";
sha256 = "sha256-53DyT8tunk0s1VGrlj6qQLOKNPN4Haqdyd8ozPi5z8w=";
sha256 = "sha256-kVM/F0LsIgMtur8jHZzUWkFIcfHe0i8y9Zxe3z5SkVM=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in