actual-server: 25.8.0 -> 25.9.0 (#440038)

This commit is contained in:
dish
2025-09-05 10:38:35 -04:00
committed by GitHub
+5 -5
View File
@@ -11,13 +11,13 @@
}:
let
yarn-berry = yarn-berry_4;
version = "25.8.0";
version = "25.9.0";
src = fetchFromGitHub {
name = "actualbudget-actual-source";
owner = "actualbudget";
repo = "actual";
tag = "v${version}";
hash = "sha256-9Ov9AR+WEKtjiX+C2lvjxerc295DWSRHpTb4Lu1stoo=";
hash = "sha256-TYvGavj0Ts1ahgseFhuOtmfOSgPkjBIr19SIGOgx++Q=";
};
translations = fetchFromGitHub {
name = "actualbudget-translations-source";
@@ -25,8 +25,8 @@ let
repo = "translations";
# Note to updaters: this repo is not tagged, so just update this to the Git
# tip at the time the update is performed.
rev = "c1c2f298013ca3223e6cd6a4a4720bca5e8b8274";
hash = "sha256-3dtdymdKfEzUIzButA3L88GrehO4EjCrd/gq0Y5bcuE=";
rev = "3d88d15bf5125497de731f4e9dce19244bd4c7e0";
hash = "sha256-tOtDGNwR/DVEiOYilOLSJzNjBqvzxOF78ZJtmlz3fdg=";
};
in
@@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
missingHashes = ./missing-hashes.json;
offlineCache = yarn-berry.fetchYarnBerryDeps {
inherit (finalAttrs) src missingHashes;
hash = "sha256-kbQjtZivn9ni6PLk04kAJTzhhGgubhnxgHqMnGwEXZk=";
hash = "sha256-Vod0VfoZG2nwnu35XLAPqY5uuRLVD751D3ZysD0ypL0=";
};
pname = "actual-server";