mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
tmuxai
This commit is contained in:
parent
238c6be45a
commit
955d566642
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||||
else throw "Unsupported platform for tmuxai precompiled binary: ${stdenv.hostPlatform.system}";
|
else throw "Unsupported platform for tmuxai precompiled binary: ${stdenv.hostPlatform.system}";
|
||||||
|
|
||||||
srcHash = if stdenv.isLinux && stdenv.hostPlatform.isx86_64 then
|
srcHash = if stdenv.isLinux && stdenv.hostPlatform.isx86_64 then
|
||||||
"sha256-916b390a283d415f9d303fd705cc162402ed071d616dbe7620ea683b49c28a4e"
|
"0klaq94kns7a41vbwvb13l3ys0i42v60bmrz62fmyh9x5053jswi"
|
||||||
else if stdenv.isLinux && stdenv.hostPlatform.isAarch64 then
|
else if stdenv.isLinux && stdenv.hostPlatform.isAarch64 then
|
||||||
"sha256-58770cf1f98badf0635e7f9ad05fbe31dde52557d20294a3a4fa01abcd1554eb"
|
"sha256-58770cf1f98badf0635e7f9ad05fbe31dde52557d20294a3a4fa01abcd1554eb"
|
||||||
else throw "Unsupported platform for tmuxai precompiled binary hash: ${stdenv.hostPlatform.system}";
|
else throw "Unsupported platform for tmuxai precompiled binary hash: ${stdenv.hostPlatform.system}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue