Skip to content

Commit b4a44df

Browse files
authored
actual-server: 25.8.0 -> 25.9.0 (#440038)
2 parents 4f80112 + 93dcd4e commit b4a44df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/ac/actual-server/package.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@
1111
}:
1212
let
1313
yarn-berry = yarn-berry_4;
14-
version = "25.8.0";
14+
version = "25.9.0";
1515
src = fetchFromGitHub {
1616
name = "actualbudget-actual-source";
1717
owner = "actualbudget";
1818
repo = "actual";
1919
tag = "v${version}";
20-
hash = "sha256-9Ov9AR+WEKtjiX+C2lvjxerc295DWSRHpTb4Lu1stoo=";
20+
hash = "sha256-TYvGavj0Ts1ahgseFhuOtmfOSgPkjBIr19SIGOgx++Q=";
2121
};
2222
translations = fetchFromGitHub {
2323
name = "actualbudget-translations-source";
2424
owner = "actualbudget";
2525
repo = "translations";
2626
# Note to updaters: this repo is not tagged, so just update this to the Git
2727
# tip at the time the update is performed.
28-
rev = "c1c2f298013ca3223e6cd6a4a4720bca5e8b8274";
29-
hash = "sha256-3dtdymdKfEzUIzButA3L88GrehO4EjCrd/gq0Y5bcuE=";
28+
rev = "3d88d15bf5125497de731f4e9dce19244bd4c7e0";
29+
hash = "sha256-tOtDGNwR/DVEiOYilOLSJzNjBqvzxOF78ZJtmlz3fdg=";
3030
};
3131

3232
in
@@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
8282
missingHashes = ./missing-hashes.json;
8383
offlineCache = yarn-berry.fetchYarnBerryDeps {
8484
inherit (finalAttrs) src missingHashes;
85-
hash = "sha256-kbQjtZivn9ni6PLk04kAJTzhhGgubhnxgHqMnGwEXZk=";
85+
hash = "sha256-Vod0VfoZG2nwnu35XLAPqY5uuRLVD751D3ZysD0ypL0=";
8686
};
8787

8888
pname = "actual-server";

0 commit comments

Comments
 (0)