Update Namespace CLI to working release
This commit is contained in:
parent
44dd88c111
commit
5115eb831a
1 changed files with 5 additions and 5 deletions
10
flake.nix
10
flake.nix
|
|
@ -48,7 +48,7 @@
|
||||||
nscPkg =
|
nscPkg =
|
||||||
if pkgs.stdenv.isLinux || pkgs.stdenv.isDarwin then
|
if pkgs.stdenv.isLinux || pkgs.stdenv.isDarwin then
|
||||||
let
|
let
|
||||||
version = "0.0.452";
|
version = "0.0.484";
|
||||||
osName =
|
osName =
|
||||||
if pkgs.stdenv.isLinux then
|
if pkgs.stdenv.isLinux then
|
||||||
"linux"
|
"linux"
|
||||||
|
|
@ -62,18 +62,18 @@
|
||||||
arch = "amd64";
|
arch = "amd64";
|
||||||
hash =
|
hash =
|
||||||
if pkgs.stdenv.isLinux then
|
if pkgs.stdenv.isLinux then
|
||||||
"sha256-FBqOJ0UQWTv2r4HWMHrR/aqFzDa0ej/mS8dSoaCe6fY="
|
"sha256-sT4YWSjQ7dU6/QV+vucm1ARSXf5yIcAtHoCYxbXJpRs="
|
||||||
else
|
else
|
||||||
"sha256-3fRKWO0SCCa5PEym5yCB7dtyEx3xSxXSHfJYz8B+/4M=";
|
"sha256-u0pSyUQw0IJcIipkLtm0MemD9BFO2/ZoAlBuFpfX1HI=";
|
||||||
}
|
}
|
||||||
else if pkgs.stdenv.hostPlatform.isAarch64 then
|
else if pkgs.stdenv.hostPlatform.isAarch64 then
|
||||||
{
|
{
|
||||||
arch = "arm64";
|
arch = "arm64";
|
||||||
hash =
|
hash =
|
||||||
if pkgs.stdenv.isLinux then
|
if pkgs.stdenv.isLinux then
|
||||||
"sha256-A6twO8Ievbu7Gi5Hqon4ug5rCGOm/uHhlCya3px6+io="
|
"sha256-n3nOIBjGnHdNUhfWD7QHvGOW+DdrZaNlfatj4o17NvM="
|
||||||
else
|
else
|
||||||
"sha256-n363xLaGhy+a6lw2F+WicQYGXnGYnqRW8aTQCSppwcw=";
|
"sha256-8k2Jby6HCPClBaSGUrqIKP6MioVFrGD6HwAsjKZSSQA=";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
throw "nsc: unsupported host platform ${pkgs.stdenv.hostPlatform.system}";
|
throw "nsc: unsupported host platform ${pkgs.stdenv.hostPlatform.system}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue