mirror of
https://github.com/nix-community/naersk
synced 2024-11-24 20:53:04 +00:00
Fix .cargo-home/config warning on nightly, bump probe-rs
This commit is contained in:
parent
aeb58d5e8f
commit
e7a060f655
3 changed files with 7 additions and 6 deletions
|
@ -243,7 +243,8 @@ let
|
|||
export CARGO_HOME=''${CARGO_HOME:-$PWD/.cargo-home}
|
||||
mkdir -p $CARGO_HOME
|
||||
|
||||
cp "$cargoconfig" $CARGO_HOME/config
|
||||
cp "$cargoconfig" $CARGO_HOME/config.toml
|
||||
ln -s ./config.toml $CARGO_HOME/config
|
||||
|
||||
runHook postConfigure
|
||||
'';
|
||||
|
|
|
@ -137,10 +137,10 @@
|
|||
"homepage": "https://probe.rs",
|
||||
"owner": "probe-rs",
|
||||
"repo": "probe-rs",
|
||||
"rev": "51fa324aef9f7c413988a3d18052b1bbc278a4c5",
|
||||
"sha256": "0zb9s80hsz83ngjngs9cllp7gf8xq9jz0m3lwdhf08x3cp3bj6fd",
|
||||
"rev": "c651f263751b370473f61addc58ccf93eb054374",
|
||||
"sha256": "1n2w2gz68wf2961mjhdgi6v3jhprygkri36gr9c4kd4gykadpzdw",
|
||||
"type": "tarball",
|
||||
"url": "https://github.com/probe-rs/probe-rs/archive/51fa324aef9f7c413988a3d18052b1bbc278a4c5.tar.gz",
|
||||
"url": "https://github.com/probe-rs/probe-rs/archive/c651f263751b370473f61addc58ccf93eb054374.tar.gz",
|
||||
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
|
||||
},
|
||||
"ripgrep-all": {
|
||||
|
|
|
@ -4,8 +4,8 @@ let
|
|||
|
||||
toolchain = (fenix.toolchainOf {
|
||||
channel = "nightly";
|
||||
date = "2023-07-01";
|
||||
sha256 = "sha256-pWd4tAHP4QWGC3CKWZzDjzYANxATC6CGRmKuP2ZZv5k=";
|
||||
date = "2024-04-12";
|
||||
sha256 = "sha256-nOsrWb08M6PTE3qXqaiCyKBy7Shk2YTvALYaIvNWa1s=";
|
||||
}).toolchain;
|
||||
|
||||
naersk = pkgs.callPackage ../../../default.nix {
|
||||
|
|
Loading…
Reference in a new issue