Compare commits

...

2 Commits

Author SHA1 Message Date
99904d0066 Update 'Actual' and 'Actual Server' to 'v24.3.0'
All checks were successful
Check Flake / check-flake (push) Successful in 14m33s
2024-03-03 14:57:23 -07:00
55e44bc3d0 Add 'tree' to system pkgs 2024-03-03 14:53:14 -07:00
3 changed files with 11 additions and 24 deletions

View File

@ -62,6 +62,7 @@
picocom
lf
gnumake
tree
];
nixpkgs.config.allowUnfree = true;

View File

@ -7,16 +7,16 @@
}:
buildNpmPackage rec {
pname = "actual-server";
version = "24.2.0";
version = "24.3.0";
src = fetchFromGitHub {
owner = "actualbudget";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-9Dx6FxWZvGAgJfYYuEgkLr5dhpe5P+bdiSQWhPVeUu8=";
hash = "sha256-y51Dhdn84AWR/gM4LnAzvBIBpvKwUiclnPnwzkRoJ0I=";
};
npmDepsHash = "sha256-j9i+Z6ZlywwCgs198bt9jOwVxe1Rhh7EQVH3ZJ+YNI4=";
npmDepsHash = "sha256-/UM2Tz8t4hi621HtXSu0LTDIzZ9SWMqKXqKfPwkdpE8=";
patches = [
./migrations-should-use-pkg-path.patch

View File

@ -1,16 +1,16 @@
{
"name": "actual-sync",
"version": "24.2.0",
"version": "24.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "actual-sync",
"version": "24.2.0",
"version": "24.3.0",
"license": "MIT",
"dependencies": {
"@actual-app/crdt": "2.1.0",
"@actual-app/web": "24.2.0",
"@actual-app/web": "24.3.0",
"bcrypt": "^5.1.0",
"better-sqlite3": "^9.1.1",
"body-parser": "^1.20.1",
@ -23,7 +23,7 @@
"express-response-size": "^0.0.3",
"jws": "^4.0.0",
"migrate": "^2.0.1",
"nordigen-node": "^1.2.6",
"nordigen-node": "^1.3.0",
"uuid": "^9.0.0"
},
"devDependencies": {
@ -70,9 +70,9 @@
}
},
"node_modules/@actual-app/web": {
"version": "24.2.0",
"resolved": "https://registry.npmjs.org/@actual-app/web/-/web-24.2.0.tgz",
"integrity": "sha512-pyrk4px7AKRJWzUGabBs8ORqnrEXslZiwzyD7fwqdQcXYyfvdYA74yMTvsuYr+dW+YrwpLr3XL/AHu/HGKOGcA=="
"version": "24.3.0",
"resolved": "https://registry.npmjs.org/@actual-app/web/-/web-24.3.0.tgz",
"integrity": "sha512-V8qiQfAbaodd2bYsSA7brPfIB0SVQX2FJmL9ljauIJbtbiiC4lJlcwteajO56XN+WAwwfRfqxTjTkSxVowF6QQ=="
},
"node_modules/@ampproject/remapping": {
"version": "2.2.1",
@ -4317,20 +4317,6 @@
"resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw=="
},
"node_modules/fsevents": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
"dev": true,
"hasInstallScript": true,
"optional": true,
"os": [
"darwin"
],
"engines": {
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
}
},
"node_modules/function-bind": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",