Update 'Actual' and 'Actual Server' to 'v24.3.0'
All checks were successful
Check Flake / check-flake (push) Successful in 14m33s

This commit is contained in:
Zuckerberg 2024-03-03 14:57:16 -07:00
parent 55e44bc3d0
commit 99904d0066
2 changed files with 10 additions and 24 deletions

View File

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

View File

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