Skip to content

Commit

Permalink
update(gameplan): incorporate latest refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed May 30, 2024
1 parent cc9cade commit 996ea62
Show file tree
Hide file tree
Showing 8 changed files with 3,790 additions and 7,738 deletions.
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 = "20240206.065338";
version = "20240513.150011";
meta = {
url = "https://github.com/frappe/gameplan/commit/9f9332cf29496afe5e912e4f1734fbf1142cb18c";
description = "Sources for gameplan (20240206.065338)";
url = "https://github.com/frappe/gameplan/commit/89315d218ba91b8ccbc477930128e57595c8c07a";
description = "Sources for gameplan (20240513.150011)";
};
src = builtins.fetchTree {
type = "git";
url = "[email protected]:frappe/gameplan.git";
submodules = true;
narHash = "sha256-F4GZTCSuPw2s5DIG+9p7oMfBDsS1gGn00eWkD03mvG4=";
rev = "9f9332cf29496afe5e912e4f1734fbf1142cb18c";
narHash = "sha256-rdU1wBvrp6w03jbyJExePSYjtrDCdC6oaCj8Q+BNhas=";
rev = "89315d218ba91b8ccbc477930128e57595c8c07a";
};
passthru = builtins.fromJSON ''{}'';
}
6 changes: 3 additions & 3 deletions apps/sources/newver.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"version": "20240301.130826"
},
"gameplan": {
"version": "20240206.065338",
"revision": "9f9332cf29496afe5e912e4f1734fbf1142cb18c",
"url": "https://github.com/frappe/gameplan/commit/9f9332cf29496afe5e912e4f1734fbf1142cb18c"
"version": "20240513.150011",
"revision": "89315d218ba91b8ccbc477930128e57595c8c07a",
"url": "https://github.com/frappe/gameplan/commit/89315d218ba91b8ccbc477930128e57595c8c07a"
},
"hrms": {
"version": "v15.14.2",
Expand Down
6 changes: 3 additions & 3 deletions apps/sources/oldver.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"version": "20240301.130826"
},
"gameplan": {
"version": "20240206.065338",
"revision": "9f9332cf29496afe5e912e4f1734fbf1142cb18c",
"url": "https://github.com/frappe/gameplan/commit/9f9332cf29496afe5e912e4f1734fbf1142cb18c"
"version": "20240513.150011",
"revision": "89315d218ba91b8ccbc477930128e57595c8c07a",
"url": "https://github.com/frappe/gameplan/commit/89315d218ba91b8ccbc477930128e57595c8c07a"
},
"hrms": {
"version": "v15.14.2",
Expand Down
138 changes: 0 additions & 138 deletions src/overlays/frappe/gameplan-0001-fix-add-missing-oku-ui-motion.patch

This file was deleted.

Loading

0 comments on commit 996ea62

Please sign in to comment.