File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/by-name/ac/actual-server Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
} :
12
12
let
13
13
yarn-berry = yarn-berry_4 ;
14
- version = "25.8 .0" ;
14
+ version = "25.9 .0" ;
15
15
src = fetchFromGitHub {
16
16
name = "actualbudget-actual-source" ;
17
17
owner = "actualbudget" ;
18
18
repo = "actual" ;
19
19
tag = "v${ version } " ;
20
- hash = "sha256-9Ov9AR+WEKtjiX+C2lvjxerc295DWSRHpTb4Lu1stoo =" ;
20
+ hash = "sha256-TYvGavj0Ts1ahgseFhuOtmfOSgPkjBIr19SIGOgx++Q =" ;
21
21
} ;
22
22
translations = fetchFromGitHub {
23
23
name = "actualbudget-translations-source" ;
24
24
owner = "actualbudget" ;
25
25
repo = "translations" ;
26
26
# Note to updaters: this repo is not tagged, so just update this to the Git
27
27
# tip at the time the update is performed.
28
- rev = "c1c2f298013ca3223e6cd6a4a4720bca5e8b8274 " ;
29
- hash = "sha256-3dtdymdKfEzUIzButA3L88GrehO4EjCrd/gq0Y5bcuE =" ;
28
+ rev = "3d88d15bf5125497de731f4e9dce19244bd4c7e0 " ;
29
+ hash = "sha256-tOtDGNwR/DVEiOYilOLSJzNjBqvzxOF78ZJtmlz3fdg =" ;
30
30
} ;
31
31
32
32
in
@@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
82
82
missingHashes = ./missing-hashes.json ;
83
83
offlineCache = yarn-berry . fetchYarnBerryDeps {
84
84
inherit ( finalAttrs ) src missingHashes ;
85
- hash = "sha256-kbQjtZivn9ni6PLk04kAJTzhhGgubhnxgHqMnGwEXZk =" ;
85
+ hash = "sha256-Vod0VfoZG2nwnu35XLAPqY5uuRLVD751D3ZysD0ypL0 =" ;
86
86
} ;
87
87
88
88
pname = "actual-server" ;
You can’t perform that action at this time.
0 commit comments