bin
created pr with
107.1
cmds
checkout latest patchset:
ssh pr.pico.sh print 107 | git am -3checkout any patchset in a patch request:
ssh pr.pico.sh print 107.[rev] | git am -3add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 107
Patchset
107.1
fix: sha256 for Intel Linux was incorrect
Benjamin Pollack
2026-02-17T20:19:50ZSemantic diff summary
0 added,
0 modified,
0 signature changed,
0 removed
across 0 analyzed files
(1 file skipped: unsupported file type)
+1
-1
Formula/zmx.rb
#
| ... | ... | @@ -22,7 +22,7 @@ class Zmx < Formula | |
| 22 | 22 | end | |
| 23 | 23 | on_intel do | |
| 24 | 24 | url "https://zmx.sh/a/zmx-0.3.0-linux-x86_64.tar.gz" | |
| 25 | - | sha256 "fcaff1581eb5a6a3e59781aad77a8ca069b4435bc2fec413dd323b45a4dfdf32" | |
| 25 | + | sha256 "76a04f88b3ace499f55b8f8ce789c6296f1a314c4ae7c7abbc1ea8778f887f9c" | |
| 26 | 26 | end | |
| 27 | 27 | end | |
| 28 | 28 |