From 89c9e5f5b6cc5804179d72841ce0241fb3ce0dd1 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Thu, 11 Aug 2022 11:35:25 -0400 Subject: [PATCH] anytype: 0.26.1 -> 0.27.0 --- pkgs/applications/misc/anytype/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/anytype/default.nix b/pkgs/applications/misc/anytype/default.nix index 6e28c58798e7..6cb1e67f30bf 100644 --- a/pkgs/applications/misc/anytype/default.nix +++ b/pkgs/applications/misc/anytype/default.nix @@ -2,13 +2,13 @@ let pname = "anytype"; - version = "0.26.1"; + version = "0.27.0"; name = "Anytype-${version}"; nameExecutable = pname; src = fetchurl { url = "https://at9412003.fra1.digitaloceanspaces.com/Anytype-${version}.AppImage"; name = "Anytype-${version}.AppImage"; - sha256 = "sha256-lPzeYZzerFa0T77uaavvBQkMn4PUEfVj4SPlErqM9DI="; + sha256 = "sha256-AcnXhilnr5ay45S30eNSDuN+Ed1TDv/Rh523LsUf3iM="; }; appimageContents = appimageTools.extractType2 { inherit name src; }; in