Skip to content

Commit ec7948d

Browse files
authored
Update Omarchy to 4.0.2 (#71)
1 parent a59ebb7 commit ec7948d

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Pin an official upstream release, refresh the complete ARM64 transaction lock,
3535
and verify the source contract with one command:
3636

3737
```sh
38-
make update-omarchy OMARCHY_RELEASE=4.0.1
38+
make update-omarchy OMARCHY_RELEASE=4.0.2
3939
```
4040

4141
The command keeps a complete shallow source checkout under `.build/upstream/`,

guest/spec.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"filesystemLabel": "omarchy-factory",
77
"filesystemUuid": "89054943-1f4e-4f14-b934-d6db3fba4254",
88
"sizeMiB": 6144,
9-
"sourceDateEpoch": 1787652758
9+
"sourceDateEpoch": 1788130066
1010
},
1111
"guest": {
1212
"profile": "factory",
@@ -23,10 +23,10 @@
2323
},
2424
"upstream": {
2525
"repository": "https://github.com/basecamp/omarchy",
26-
"commit": "13f18b2cb7286fb54f87daf571a031aa6af3d8f0",
27-
"tree": "c458272b5d2b895185633255de88a3ce563c5028",
28-
"treeSha256": "3613aca0bf1861d2beee24768d11d3e61e2c719af35c12145a23081f288a2abb",
29-
"release": "4.0.1",
26+
"commit": "346e69e1cec6c4e8924531874af6ba010a1bc99e",
27+
"tree": "24ff1b25bf85aeffa234c95c3474b7703a062c08",
28+
"treeSha256": "677f90b302dc1c622a3342ca2929084475caafb12db62790f13a9f4aea8f49ae",
29+
"release": "4.0.2",
3030
"version": "4.0.0.alpha",
3131
"channel": "quattro",
3232
"license": "MIT"
@@ -157,15 +157,15 @@
157157
},
158158
{
159159
"id": "notification-hover-close",
160-
"description": "Restore the upstream hover-revealed notification dismiss control omitted from v4.0.1.",
160+
"description": "Restore the upstream hover-revealed notification dismiss control omitted from v4.0.2.",
161161
"reference": "https://github.com/basecamp/omarchy/commit/9b72edcc94513cba016f145b1ac4ffdaea54b577",
162162
"patch": "patches/omarchy/notification-hover-close.patch",
163163
"patchSha256": "f9c57fba4e3ce99cbfa32c2e497a58c1afd8627302991454ca023c1f9e149d95",
164164
"targets": [
165165
{
166166
"path": "shell/plugins/notifications/components/NotificationCard.qml",
167-
"beforeSha256": "3ffb66ebc065886fc05b6215bd6fff9cd9e5769fac15f807748d550c91efc2f4",
168-
"afterSha256": "03db278b7301b41e5b21925bf22f92f3f3ff718a74d5b17121da993cd2342ae3"
167+
"beforeSha256": "3f023446cfe26b9f70570d7088baab31e56ca374c4a206a7c098b09d36cdff3d",
168+
"afterSha256": "e1b5bae943d2e3b495741bc845b4fd981c274be538ea01799c46026f9db0fe49"
169169
}
170170
]
171171
},

0 commit comments

Comments
 (0)