From 4d1ea335e935fad80cd3a3a598f8c7da49319707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Chocholat=C3=BD?= Date: Sat, 18 Oct 2025 19:10:09 +0200 Subject: [PATCH] anytype-heart: Disable automatic updates anytype-heart should be updated only together with the anytype package, and only to the specific version required by the anytype package. --- pkgs/by-name/an/anytype-heart/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/an/anytype-heart/package.nix b/pkgs/by-name/an/anytype-heart/package.nix index 63224ae3fe9f..298e7313c18e 100644 --- a/pkgs/by-name/an/anytype-heart/package.nix +++ b/pkgs/by-name/an/anytype-heart/package.nix @@ -28,6 +28,8 @@ buildGoModule (finalAttrs: { # https://github.com/anyproto/anytype-ts/blob/v/middleware.version version = "0.44.5"; + # Update only together with 'anytype' package. + # nixpkgs-update: no auto update src = fetchFromGitHub { owner = "anyproto"; repo = "anytype-heart";