Unverified Commit 898f7adf authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

anytype: 0.50.4 -> 0.50.5 (#450021)

parents 35cd3f49 07735e37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@ buildGoModule (finalAttrs: {

  # 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.44.3";
  version = "0.44.5";

  src = fetchFromGitHub {
    owner = "anyproto";
    repo = "anytype-heart";
    tag = "v${finalAttrs.version}";
    hash = "sha256-seGjGokKZz4oP+jgWF+IVKMLJLQM+aU5CqS7moKpoUs=";
    hash = "sha256-wSZcDcGPKbtUWf7hYXiQrS8a4sgnbItW7bu4hxQ2yFM=";
  };

  vendorHash = "sha256-T7CPD6mbxkN1x53oe9jsS2XMqluqWv8VPPd1pnXZvlc=";
+3 −3
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildNpmPackage (finalAttrs: {
  pname = "anytype";
  version = "0.50.4";
  version = "0.50.5";

  src = fetchFromGitHub {
    owner = "anyproto";
@@ -26,8 +26,8 @@ buildNpmPackage (finalAttrs: {
  locales = fetchFromGitHub {
    owner = "anyproto";
    repo = "l10n-anytype-ts";
    rev = "eba098d97b271cb037beb3e3b349b15c0ffe9358";
    hash = "sha256-lTT5n+uT+sw1GXP7wwvUb+JhjmjlCjxXiD9Mr1u4aHc=";
    rev = "aaa83aae39a7dbf59c3c8580be4700edf7481893";
    hash = "sha256-MOR7peovTYYQR96lOoxyETY0aOH6KcB9vXCqpXKxI/4=";
  };

  npmDepsHash = "sha256-RL4f9N0DX+qhxM4x5Vdku3EydRIa9IQUYB3R2wJbY4E=";