anytype-heart: 0.40.19 -> 0.40.21

This commit is contained in:
David Chocholatý
2025-05-09 22:48:49 +02:00
parent 2a0da39ff2
commit f353f4fd02
+5 -3
View File
@@ -11,12 +11,14 @@
let
pname = "anytype-heart";
version = "0.40.19";
# Use only versions specified in anytype-ts middleware.version file:
# https://github.com/anyproto/anytype-ts/blob/v<anytype-ts-version>/middleware.version
version = "0.40.21";
src = fetchFromGitHub {
owner = "anyproto";
repo = "anytype-heart";
tag = "v${version}";
hash = "sha256-BUQZmZ7jKWdbBcWtx7rbbeEJbo5FncYHmp/5FVd0vdI=";
hash = "sha256-53LSaETzxwhKkI9is6N6G1+f5Cnf7KStvHA9qeaWUNo=";
};
arch =
@@ -34,7 +36,7 @@ in
buildGoModule {
inherit pname version src;
vendorHash = "sha256-xsxgeoS1wIi0/LNGmZZyWKWzhkMJUnCEslXcIz+Dw8U=";
vendorHash = "sha256-WsYRkAIYDkKWkQpq843dD7Rqc993eHSgee2IX6PomcU=";
subPackages = [ "cmd/grpcserver" ];
tags = [