tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
actual-server: 25.8.0 -> 25.9.0
ovyerus.com
4 months ago
93dcd4ee
48aca9d7
verified
This commit was signed with the committer's
known signature
.
ovyerus.com
SSH Key Fingerprint:
SHA256:mXbp9WNBIT0nRNe28t2hrxfSwnSX7UBeW2DVlIyf0uw=
+5
-5
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ac
actual-server
package.nix
+5
-5
pkgs/by-name/ac/actual-server/package.nix
···
11
11
}:
12
12
let
13
13
yarn-berry = yarn-berry_4;
14
14
-
version = "25.8.0";
14
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
20
-
hash = "sha256-9Ov9AR+WEKtjiX+C2lvjxerc295DWSRHpTb4Lu1stoo=";
20
20
+
hash = "sha256-TYvGavj0Ts1ahgseFhuOtmfOSgPkjBIr19SIGOgx++Q=";
21
21
};
22
22
translations = fetchFromGitHub {
23
23
name = "actualbudget-translations-source";
···
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
28
-
rev = "c1c2f298013ca3223e6cd6a4a4720bca5e8b8274";
29
29
-
hash = "sha256-3dtdymdKfEzUIzButA3L88GrehO4EjCrd/gq0Y5bcuE=";
28
28
+
rev = "3d88d15bf5125497de731f4e9dce19244bd4c7e0";
29
29
+
hash = "sha256-tOtDGNwR/DVEiOYilOLSJzNjBqvzxOF78ZJtmlz3fdg=";
30
30
};
31
31
32
32
in
···
82
82
missingHashes = ./missing-hashes.json;
83
83
offlineCache = yarn-berry.fetchYarnBerryDeps {
84
84
inherit (finalAttrs) src missingHashes;
85
85
-
hash = "sha256-kbQjtZivn9ni6PLk04kAJTzhhGgubhnxgHqMnGwEXZk=";
85
85
+
hash = "sha256-Vod0VfoZG2nwnu35XLAPqY5uuRLVD751D3ZysD0ypL0=";
86
86
};
87
87
88
88
pname = "actual-server";