Merge pull request #147630 from bbigras/anytype

This commit is contained in:
Sandro
2021-11-28 03:02:45 +01:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
let
pname = "anytype";
version = "0.21.1";
version = "0.21.9";
name = "Anytype-${version}";
nameExecutable = pname;
src = fetchurl {
url = "https://at9412003.fra1.digitaloceanspaces.com/Anytype-${version}.AppImage";
name = "Anytype-${version}.AppImage";
sha256 = "sha256-5QsbB48g11TyfWCbR7Sz2AETEwdyG+bSJQNGRHrIueE=";
sha256 = "sha256-By9rNvCY4voiePvYf47DMwPogUPTd5JdaINEE0ei1Is=";
};
appimageContents = appimageTools.extractType2 { inherit name src; };
in