anytype: 0.50.4 -> 0.50.5

(cherry picked from commit 07735e374a)
This commit is contained in:
David Chocholatý
2025-10-08 20:33:05 +02:00
parent fe0c0f7046
commit 41ca964996
2 changed files with 5 additions and 5 deletions

View File

@@ -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=";

View File

@@ -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=";