dashboard / bmp/bin / fix: sha256 for Intel Linux was incorrect #107 rss

open · opened on 2026-02-17T20:21:10Z by bmp
Help
checkout latest patchset:
ssh pr.pico.sh print pr-107 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print ps-X | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 107
add review to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add --review 107
accept PR:
ssh pr.pico.sh pr accept 107
close PR:
ssh pr.pico.sh pr close 107
Timeline Patchsets

Patchset ps-197

fix: sha256 for Intel Linux was incorrect

Benjamin Pollack
2026-02-17T20:19:50Z
Back to top
+1 -1 Formula/zmx.rb link
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/Formula/zmx.rb b/Formula/zmx.rb
index acdd443..7d4d85d 100644
--- a/Formula/zmx.rb
+++ b/Formula/zmx.rb
@@ -22,7 +22,7 @@ class Zmx < Formula
     end
     on_intel do
       url "https://zmx.sh/a/zmx-0.3.0-linux-x86_64.tar.gz"
-      sha256 "fcaff1581eb5a6a3e59781aad77a8ca069b4435bc2fec413dd323b45a4dfdf32"
+      sha256 "76a04f88b3ace499f55b8f8ce789c6296f1a314c4ae7c7abbc1ea8778f887f9c"
     end
   end