Unverified Commit 4d1ea335 authored by David Chocholatý's avatar David Chocholatý
Browse files

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.
parent 283079bc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@ buildGoModule (finalAttrs: {
  #  https://github.com/anyproto/anytype-ts/blob/v<anytype-ts-version>/middleware.version
  version = "0.44.5";

  # Update only together with 'anytype' package.
  # nixpkgs-update: no auto update
  src = fetchFromGitHub {
    owner = "anyproto";
    repo = "anytype-heart";