about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-04-30 19:33:03 -0500
committerGitHub <noreply@github.com>2022-04-30 19:33:03 -0500
commit43cef416a59e6b7811752a350b55c733ed5cb33d (patch)
tree471bfb3f2954efe7f758c146d607d0990c0ccd20 /pkgs/applications/misc
parent2f40d52ed87a6dd10ea37439c2bdb852f9b45a73 (diff)
parent60c6fae4c0619f2cc6f4dd02f660537e3f907671 (diff)
Merge pull request #170804 from bbigras/anytype
anytype: 0.25.0 -> 0.25.4
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/anytype/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/anytype/default.nix b/pkgs/applications/misc/anytype/default.nix
index 4603bea923869..07cbee42694d9 100644
--- a/pkgs/applications/misc/anytype/default.nix
+++ b/pkgs/applications/misc/anytype/default.nix
@@ -2,13 +2,13 @@
 
 let
   pname = "anytype";
-  version = "0.25.0";
+  version = "0.25.4";
   name = "Anytype-${version}";
   nameExecutable = pname;
   src = fetchurl {
     url = "https://at9412003.fra1.digitaloceanspaces.com/Anytype-${version}.AppImage";
     name = "Anytype-${version}.AppImage";
-    sha256 = "sha256-cfiSZLfaVmxsZWDwulbMHKzHCG7zMKCWwg8q/2MolVs=";
+    sha256 = "sha256-v6Zecv/m1GvPJk/SmLlxHFyeYbNbIB+x17+AKCI45AM=";
   };
   appimageContents = appimageTools.extractType2 { inherit name src; };
 in