diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-12-06 12:17:06 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-12-06 12:17:06 +0000 |
| commit | 802d1a90e329ec86d91f70ee7563d68fdc7f04ad (patch) | |
| tree | a7d24636d9a40d89c9e7ad93a9e3a01cbdaefa6a | |
| parent | refactor(flake.nix): Use hash instead of sha256 in fetchzip (diff) | |
| download | tsutsumi-802d1a90e329ec86d91f70ee7563d68fdc7f04ad.tar.xz tsutsumi-802d1a90e329ec86d91f70ee7563d68fdc7f04ad.zip | |
feat(packages): yae says bump maple
| -rw-r--r-- | yae.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,8 @@ }, "maple": { "url": "https://github.com/gemrest/maple/archive/main.tar.gz", - "sha256": "0gjf4gw8dfn19c416cljv27ylcwlhjqrxlqg6awplany766ly53z", - "hash": "sha256-fxRPjTneKnq5Mg/TnrGElDPqj9iSMhMIS8G6hvgjTj4=", + "sha256": "1jvlzkh1j4ds76r7b4s0h41b7h3b7v827skwlq3wy20cxr117w20", + "hash": "sha256-QPATQu4MCM8HpnzqI9A+a8CzAoFAk3WyOboRGeD8dMs=", "unpack": true, "type": "git", "version": "main", |