bin

created pr with 107.1 on 2026-02-17T20:21:10Z · by bcbb7755
cmds
checkout latest patchset:
ssh pr.pico.sh print 107 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 107.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 107

Patchset 107.1 on 2026-02-17T20:21:10Z · commit 4abf92a

fix: sha256 for Intel Linux was incorrect
Benjamin Pollack 2026-02-17T20:19:50Z
Semantic 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
2222 end
2323 on_intel do
2424 url "https://zmx.sh/a/zmx-0.3.0-linux-x86_64.tar.gz"
25- sha256 "fcaff1581eb5a6a3e59781aad77a8ca069b4435bc2fec413dd323b45a4dfdf32"
25+ sha256 "76a04f88b3ace499f55b8f8ce789c6296f1a314c4ae7c7abbc1ea8778f887f9c"
2626 end
2727 end
2828
Back to top