anytype: 0.45.2 -> 0.45.3 (#384248)

This commit is contained in:
Colin
2025-03-10 00:50:13 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
@@ -12,12 +12,12 @@
let
tantivy-go = callPackage ../tantivy-go { };
pname = "anytype-heart";
version = "0.39.10";
version = "0.39.11";
src = fetchFromGitHub {
owner = "anyproto";
repo = "anytype-heart";
tag = "v${version}";
hash = "sha256-w7l/J3UwLiyM1vFhIW2WEdCxxXER+x9xMPH+LfyCQWM=";
hash = "sha256-+H63bc4aJPERfclzKh4E3uYEEwNycLfe0BCPSlilqCc=";
};
arch =
+5 -5
View File
@@ -16,21 +16,21 @@
let
anytype-heart = callPackage ./anytype-heart { };
pname = "anytype";
version = "0.45.2";
version = "0.45.3";
src = fetchFromGitHub {
owner = "anyproto";
repo = "anytype-ts";
tag = "v${version}";
hash = "sha256-0jyC4TVbJBIWGUG1YJ642v17XUBnhntaqS4yxz2l8k0=";
hash = "sha256-fwfxmNca75xAAHKeT2nddz+XZexDomzHbw188LXxZqA=";
};
description = "P2P note-taking tool";
locales = fetchFromGitHub {
owner = "anyproto";
repo = "l10n-anytype-ts";
rev = "822f8ea833a94fb48cd8e304ef8dc557b67a9f7b";
hash = "sha256-fum8zLRXb8xW8TwNyelIZVZR6XXsdPHSt1WDo+TX4CU=";
rev = "687106c4e37297f86fab79f77ef83599b61ab65c";
hash = "sha256-Y0irD0jzqYobnjtD2M1+hTDRUUYnuygUx9+tE1gUoTw=";
};
electron-headers = runCommand "electron-headers" { } ''
@@ -42,7 +42,7 @@ in
buildNpmPackage {
inherit pname version src;
npmDepsHash = "sha256-aYxTEy6lO2NLI8fEYUJVXTxCEyx9Hi8nABe7oo/PD9I=";
npmDepsHash = "sha256-9BI+rXzTYonlMhcH8uiWyyF18JGv8GL1U9hZ9Z6X3As=";
env = {
ELECTRON_SKIP_BINARY_DOWNLOAD = "1";