Merge pull request #201663 from bbigras/anytype

anytype: 0.29.0 -> 0.29.1
This commit is contained in:
Mario Rodas 2022-11-18 03:35:43 -05:00 committed by GitHub
commit 156e383488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
let
pname = "anytype";
version = "0.29.0";
version = "0.29.1";
name = "Anytype-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://at9412003.fra1.digitaloceanspaces.com/Anytype-${version}.AppImage";
name = "Anytype-${version}.AppImage";
sha256 = "sha256-xoHYQbV8fPsHs/G1iuTaQ197dpUZkMohmYM924y8NT0=";
sha256 = "sha256-NyIAOkOX9s9dN6m/5hfMhy4tSENPCDk2w/F8z+J6qqk=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in