Skip to content

Commit

Permalink
build: update all app versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Oct 25, 2024
1 parent 250d3d2 commit 85040f0
Show file tree
Hide file tree
Showing 17 changed files with 173 additions and 159 deletions.
10 changes: 5 additions & 5 deletions apps/sources/bench.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
pname = "bench";
version = "20240224.061718";
version = "20241024.095028";
meta = {
url = "https://github.com/frappe/bench/commit/b12ac648fb5f0fd5e216b4ea380802576e18ec72";
description = "Sources for bench (20240224.061718)";
url = "https://github.com/frappe/bench/commit/af8ed342019b0a4dc7ca982dc7e9d799bfeb9df7";
description = "Sources for bench (20241024.095028)";
};
src = builtins.fetchTree {
type = "github";
owner = "frappe";
repo = "bench";
narHash = "sha256-bU0ETIL9LA6QTK4pRlTji8pVDGEL3lHPtPETlpKMTPs=";
rev = "b12ac648fb5f0fd5e216b4ea380802576e18ec72";
narHash = "sha256-BIUcgJI5tlj/s/OigS+rXxDgL3KRh9LPMPOkbYcEm3o=";
rev = "af8ed342019b0a4dc7ca982dc7e9d799bfeb9df7";
};
passthru = builtins.fromJSON ''{}'';
}
10 changes: 5 additions & 5 deletions apps/sources/builder.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
pname = "builder";
version = "v1.10.0";
version = "v1.12.3";
meta = {
url = "https://github.com/frappe/builder/releases/tag/v1.10.0";
description = "Sources for builder (v1.10.0)";
url = "https://github.com/frappe/builder/releases/tag/v1.12.3";
description = "Sources for builder (v1.12.3)";
};
src = builtins.fetchTree {
type = "git";
url = "[email protected]:frappe/builder.git";
submodules = true;
narHash = "sha256-y9J7Flpl8HYN8Prz9Xmtu1lSZRMBg3HzaZioTFr7Z3A=";
rev = "51e117f38c39f4e3816e4f9ddcfa1641f6b2109a";
narHash = "sha256-OopNYIBEpt4aE4tVXyxTCADaaey3+BoL5WdRd56Gxb0=";
rev = "9143f3431b969b2c199a4512e39c5c9b928b39c9";
};
passthru = builtins.fromJSON ''{}'';
}
5 changes: 3 additions & 2 deletions apps/sources/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ github = "frappe/bench"

[frappe]
source = "github"
branch = "develop" #-- 2024-02-17 - patch doesn't apply to latest release: https://github.com/frappe/frappe/pull/22548
branch = "version-15-hotfix"
# use_max_tag = true
github = "frappe/frappe"

[frappe.passthru]
Expand All @@ -24,7 +25,7 @@ Pull: +refs/tags/v15.*:refs/remotes/upstream/tags/v15.*

[erpnext]
source = "github"
branch = "develop" # -- 2024-02-17 - frappe patch doesn't apply and frappe 16 is not compatible with erpnext 15
use_max_tag = true
github = "frappe/erpnext"

[erpnext.passthru]
Expand Down
10 changes: 5 additions & 5 deletions apps/sources/crm.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
pname = "crm";
version = "v1.17.0";
version = "v1.25.1";
meta = {
url = "https://github.com/frappe/crm/releases/tag/v1.17.0";
description = "Sources for crm (v1.17.0)";
url = "https://github.com/frappe/crm/releases/tag/v1.25.1";
description = "Sources for crm (v1.25.1)";
};
src = builtins.fetchTree {
type = "git";
url = "[email protected]:frappe/crm.git";
submodules = true;
narHash = "sha256-HHviUSgtV8r/AXtqEku913FkM8zQ9bb4TKHVZwdg3L0=";
rev = "064106e76cab8917ba7f3b41fba88fa53444ba68";
narHash = "sha256-0ZGtKGaCpdvlD9S9ojZ+GuPQANczWAdXblnsUUTyDoI=";
rev = "dc106ddf3056060d07ba5651cb76ee204bdfc1f4";
};
passthru = builtins.fromJSON ''{}'';
}
10 changes: 5 additions & 5 deletions apps/sources/drive.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
pname = "drive";
version = "v0.0.4";
version = "v0.0.10";
meta = {
url = "https://github.com/frappe/drive/releases/tag/v0.0.4";
description = "Sources for drive (v0.0.4)";
url = "https://github.com/frappe/drive/releases/tag/v0.0.10";
description = "Sources for drive (v0.0.10)";
};
src = builtins.fetchTree {
type = "github";
owner = "frappe";
repo = "drive";
narHash = "sha256-z6Have4ogLq0jx2DLk9oLfVhB8g2MOXapHksnpygk18=";
rev = "777a9cc76b1c5a54597c68b42f74eeb1abab798a";
narHash = "sha256-QiEOpmS1kdooc9mV3afHA9P+b6l1bIjccUO33VNzaCU=";
rev = "1f7dd4bb340133c7b1283663c585213e76df391c";
};
passthru = builtins.fromJSON ''{}'';
}
10 changes: 5 additions & 5 deletions apps/sources/ecommerce-integrations.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
pname = "ecommerce-integrations";
version = "20240205.173955";
version = "20241008.043734";
meta = {
url = "https://github.com/frappe/ecommerce_integrations/commit/9d2a41907d56ef65281e3dc7d61d0d2b64819513";
description = "Sources for ecommerce-integrations (20240205.173955)";
url = "https://github.com/frappe/ecommerce_integrations/commit/160b119a61555f1c5d62877e796e743a26e7ede8";
description = "Sources for ecommerce-integrations (20241008.043734)";
};
src = builtins.fetchTree {
type = "github";
owner = "frappe";
repo = "ecommerce_integrations";
narHash = "sha256-DUL1nDwiPSLaUEc1lKA/mtpbudOsnRPkZXlVVN34Uso=";
rev = "9d2a41907d56ef65281e3dc7d61d0d2b64819513";
narHash = "sha256-nXxt5mku05OLHdy+Sn6WJCN8tl54GBRj+ZI3ZhrGtFI=";
rev = "160b119a61555f1c5d62877e796e743a26e7ede8";
};
passthru = builtins.fromJSON ''{}'';
}
10 changes: 5 additions & 5 deletions apps/sources/erpnext.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
pname = "erpnext";
version = "20240726.105447";
version = "v15.39.3";
meta = {
url = "https://github.com/frappe/erpnext/commit/096ec2db6ad8bf326db3b6774592f18491c64337";
description = "Sources for erpnext (20240726.105447)";
url = "https://github.com/frappe/erpnext/releases/tag/v15.39.3";
description = "Sources for erpnext (v15.39.3)";
};
src = builtins.fetchTree {
type = "github";
owner = "frappe";
repo = "erpnext";
narHash = "sha256-lTJj9x/Qs7z99UpQ7NCTTTQyM+roFPdc+l34Xjm7bN0=";
rev = "096ec2db6ad8bf326db3b6774592f18491c64337";
narHash = "sha256-Cl9I8BKXqzwz6f66XGsv3CfieSzt4PABIhZpTPjrE0A=";
rev = "f48ce906582cee31272300414b4387da56d47307";
};
passthru = builtins.fromJSON ''{"since": "version-14", "upstream": "URL: https://github.com/frappe/erpnext\nPull: +refs/heads/develop:refs/remotes/upstream/develop\nPull: +refs/heads/version-15:refs/remotes/upstream/version-15\nPull: +refs/heads/version-15-hotfix:refs/remotes/upstream/version-15-hotfix\nPull: +refs/tags/v15.*:refs/remotes/upstream/tags/v15.*\n"}'';
}
15 changes: 7 additions & 8 deletions apps/sources/frappe.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
pname = "frappe";
version = "20240725.135904";
version = "20241025.113255";
meta = {
url = "https://github.com/frappe/frappe/commit/9978d61a32a30440ed4e92d0956fcb4e041983cb";
description = "Sources for frappe (20240725.135904)";
url = "https://github.com/frappe/frappe/commit/eee5b59664c80f4ab669a3b7874df1696d344fe4";
description = "Sources for frappe (20241025.113255)";
};
src = builtins.fetchTree {
type = "github";
owner = "frappe";
repo = "frappe";
narHash = "sha256-0i7kT29IVkqAWJqvGj0wa0oWOy+soTpjDg/1TTY84uk=";
rev = "9978d61a32a30440ed4e92d0956fcb4e041983cb";
owner = "frappe"; repo = "frappe";
narHash = "sha256-6uNDcIUv55AlcijbfjO7tgaJ1C4IlakVkqJfawYu2/Q=";
rev = "eee5b59664c80f4ab669a3b7874df1696d344fe4";
};
passthru = builtins.fromJSON ''{"since": "version-14", "upstream": "URL: https://github.com/frappe/frappe\nPull: +refs/heads/develop:refs/remotes/upstream/develop\nPull: +refs/heads/version-15:refs/remotes/upstream/version-15\nPull: +refs/heads/version-15-hotfix:refs/remotes/upstream/version-15-hotfix\nPull: +refs/tags/v15.*:refs/remotes/upstream/tags/v15.*\n"}'';
}
}
10 changes: 5 additions & 5 deletions apps/sources/gameplan.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
pname = "gameplan";
version = "20240723.002701";
version = "20240723.013902";
meta = {
url = "https://github.com/blaggacao/gameplan/commit/34d4b8c17f3c15b0ee0bb883e101ba49d5767fc4";
description = "Sources for gameplan (20240723.002701)";
url = "https://github.com/blaggacao/gameplan/commit/0e8a57023cffbde174b4668c19328bd8c74b4d32";
description = "Sources for gameplan (20240723.013902)";
};
src = builtins.fetchTree {
type = "git";
url = "[email protected]:blaggacao/gameplan.git";
submodules = true;
narHash = "sha256-EQgDhGMI8dqubb03Q2a3xs9y8K9TA5/69PnEe3XLk/A=";
rev = "34d4b8c17f3c15b0ee0bb883e101ba49d5767fc4";
narHash = "sha256-HPzqeytml+oOreXAL1nDYDNFE+X9gTkPNey1pVtPcTE=";
rev = "0e8a57023cffbde174b4668c19328bd8c74b4d32";
};
passthru = builtins.fromJSON ''{}'';
}
10 changes: 5 additions & 5 deletions apps/sources/hrms.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
pname = "hrms";
version = "v15.14.2";
version = "v15.33.0";
meta = {
url = "https://github.com/frappe/hrms/releases/tag/v15.14.2";
description = "Sources for hrms (v15.14.2)";
url = "https://github.com/frappe/hrms/releases/tag/v15.33.0";
description = "Sources for hrms (v15.33.0)";
};
src = builtins.fetchTree {
type = "git";
url = "[email protected]:frappe/hrms.git";
submodules = true;
narHash = "sha256-czOWtK27yK0O6RvaN4YrZBG29mFqIcnJu6KNppyrCpQ=";
rev = "620a2d7cb8da43396c350483bcce54d339126da3";
narHash = "sha256-n6oJyBxFpkY+9/lBr9oPmZVh5DCzfoWQCo4RA2yXkSA=";
rev = "0155017ad6f974694bbc857e268b73338e22025e";
};
passthru = builtins.fromJSON ''{}'';
}
10 changes: 5 additions & 5 deletions apps/sources/insights.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
pname = "insights";
version = "v2.1.4";
version = "v3.0.1-beta";
meta = {
url = "https://github.com/frappe/insights/releases/tag/v2.1.4";
description = "Sources for insights (v2.1.4)";
url = "https://github.com/frappe/insights/releases/tag/v3.0.1-beta";
description = "Sources for insights (v3.0.1-beta)";
};
src = builtins.fetchTree {
type = "git";
url = "[email protected]:frappe/insights.git";
submodules = true;
narHash = "sha256-0jihmiJ7gr6hm0OrVIkeHEczfixofoZ75nZHDGfki4Q=";
rev = "c790cc06aa0b9d0c001fd6a867284e7edcb84ea0";
narHash = "sha256-ShwElM2YfMobm4hup/ztgzM+reCpdEMwhxuTJKAOLZ8=";
rev = "bf0dd5648f0c20d0760917e9eba1d8662f79392d";
};
passthru = builtins.fromJSON ''{}'';
}
91 changes: 49 additions & 42 deletions apps/sources/newver.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,64 +2,71 @@
"version": 2,
"data": {
"bench": {
"version": "20240224.061718"
"version": "20241024.095028",
"revision": "af8ed342019b0a4dc7ca982dc7e9d799bfeb9df7",
"url": "https://github.com/frappe/bench/commit/af8ed342019b0a4dc7ca982dc7e9d799bfeb9df7"
},
"builder": {
"version": "v1.10.0",
"gitref": "refs/tags/v1.10.0",
"revision": "51e117f38c39f4e3816e4f9ddcfa1641f6b2109a",
"url": "https://github.com/frappe/builder/releases/tag/v1.10.0"
"version": "v1.12.3",
"gitref": "refs/tags/v1.12.3",
"revision": "9143f3431b969b2c199a4512e39c5c9b928b39c9",
"url": "https://github.com/frappe/builder/releases/tag/v1.12.3"
},
"crm": {
"version": "v1.17.0",
"gitref": "refs/tags/v1.17.0",
"revision": "064106e76cab8917ba7f3b41fba88fa53444ba68",
"url": "https://github.com/frappe/crm/releases/tag/v1.17.0"
"version": "v1.25.1",
"gitref": "refs/tags/v1.25.1",
"revision": "dc106ddf3056060d07ba5651cb76ee204bdfc1f4",
"url": "https://github.com/frappe/crm/releases/tag/v1.25.1"
},
"drive": {
"version": "v0.0.4",
"gitref": "refs/tags/v0.0.4",
"revision": "777a9cc76b1c5a54597c68b42f74eeb1abab798a",
"url": "https://github.com/frappe/drive/releases/tag/v0.0.4"
"version": "v0.0.10",
"gitref": "refs/tags/v0.0.10",
"revision": "1f7dd4bb340133c7b1283663c585213e76df391c",
"url": "https://github.com/frappe/drive/releases/tag/v0.0.10"
},
"ecommerce-integrations": {
"version": "20240205.173955"
"version": "20241008.043734",
"revision": "160b119a61555f1c5d62877e796e743a26e7ede8",
"url": "https://github.com/frappe/ecommerce_integrations/commit/160b119a61555f1c5d62877e796e743a26e7ede8"
},
"erpnext": {
"version": "20240726.105447",
"revision": "096ec2db6ad8bf326db3b6774592f18491c64337",
"url": "https://github.com/frappe/erpnext/commit/096ec2db6ad8bf326db3b6774592f18491c64337"
"version": "v15.39.3",
"gitref": "refs/tags/v15.39.3",
"revision": "f48ce906582cee31272300414b4387da56d47307",
"url": "https://github.com/frappe/erpnext/releases/tag/v15.39.3"
},
"frappe": {
"version": "20240725.135904",
"revision": "9978d61a32a30440ed4e92d0956fcb4e041983cb",
"url": "https://github.com/frappe/frappe/commit/9978d61a32a30440ed4e92d0956fcb4e041983cb"
"version": "20241025.113255",
"revision": "eee5b59664c80f4ab669a3b7874df1696d344fe4",
"url": "https://github.com/frappe/frappe/commit/eee5b59664c80f4ab669a3b7874df1696d344fe4"
},
"gameplan": {
"version": "20240723.002701",
"revision": "34d4b8c17f3c15b0ee0bb883e101ba49d5767fc4",
"url": "https://github.com/blaggacao/gameplan/commit/34d4b8c17f3c15b0ee0bb883e101ba49d5767fc4"
"version": "20240723.013902",
"revision": "0e8a57023cffbde174b4668c19328bd8c74b4d32",
"url": "https://github.com/blaggacao/gameplan/commit/0e8a57023cffbde174b4668c19328bd8c74b4d32"
},
"hrms": {
"version": "v15.14.2",
"gitref": "refs/tags/v15.14.2",
"revision": "620a2d7cb8da43396c350483bcce54d339126da3",
"url": "https://github.com/frappe/hrms/releases/tag/v15.14.2"
"version": "v15.33.0",
"gitref": "refs/tags/v15.33.0",
"revision": "0155017ad6f974694bbc857e268b73338e22025e",
"url": "https://github.com/frappe/hrms/releases/tag/v15.33.0"
},
"insights": {
"version": "v2.1.4",
"gitref": "refs/tags/v2.1.4",
"revision": "c790cc06aa0b9d0c001fd6a867284e7edcb84ea0",
"url": "https://github.com/frappe/insights/releases/tag/v2.1.4"
"version": "v3.0.1-beta",
"gitref": "refs/tags/v3.0.1-beta",
"revision": "bf0dd5648f0c20d0760917e9eba1d8662f79392d",
"url": "https://github.com/frappe/insights/releases/tag/v3.0.1-beta"
},
"payments": {
"version": "20240123.122024"
"version": "20240801.123129",
"revision": "afe18bdbd983004aef153e04fc08d22127eb9654",
"url": "https://github.com/frappe/payments/commit/afe18bdbd983004aef153e04fc08d22127eb9654"
},
"print-designer": {
"version": "v1.3.3",
"gitref": "refs/tags/v1.3.3",
"revision": "59302de3c0a11558823c21e26b704e0a7e16cc3b",
"url": "https://github.com/frappe/print_designer/releases/tag/v1.3.3"
"version": "v1.4.3",
"gitref": "refs/tags/v1.4.3",
"revision": "ff474bb6aa3b304adda8cc08c4d12a2d3320ecd7",
"url": "https://github.com/frappe/print_designer/releases/tag/v1.4.3"
},
"raven": {
"version": "v1.7.1",
Expand All @@ -68,14 +75,14 @@
"url": "https://github.com/The-Commit-Company/Raven/releases/tag/v1.7.1"
},
"webshop": {
"version": "20240607.063925",
"revision": "2ba73816791724acb2e8c7cce35c28a56c537b31",
"url": "https://github.com/frappe/webshop/commit/2ba73816791724acb2e8c7cce35c28a56c537b31"
"version": "20241007.103637",
"revision": "5d35bcf50e19b2c4a54ed58a072de9836e5bfac9",
"url": "https://github.com/frappe/webshop/commit/5d35bcf50e19b2c4a54ed58a072de9836e5bfac9"
},
"wiki": {
"version": "20240814.154017",
"revision": "e1f352102282d8999095a5f554dc73aa96b39284",
"url": "https://github.com/frappe/wiki/commit/e1f352102282d8999095a5f554dc73aa96b39284"
"version": "20241021.075720",
"revision": "a7f9342d9438e746b9ff42ba7ab28ac5899eaa00",
"url": "https://github.com/frappe/wiki/commit/a7f9342d9438e746b9ff42ba7ab28ac5899eaa00"
}
}
}
Loading

0 comments on commit 85040f0

Please sign in to comment.