Loading pkgs/by-name/rc/rcp/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,20 +7,20 @@ rustPlatform.buildRustPackage rec { pname = "rcp"; version = "0.12.0"; version = "0.13.0"; src = fetchFromGitHub { owner = "wykurz"; repo = "rcp"; rev = "v${version}"; hash = "sha256-TQTn91FDqDpdPv6dn2cwseGF+3EcJ17sglHKD7EQLeY="; hash = "sha256-INLXVruiaK5yv5old0NOWFcg9y13M6Dm7bBMmcPFY1I="; }; buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ IOKit ]); cargoHash = "sha256-uhE1AphdYKL6pFY8vsmdMGxHxFiVw75oDXNP8qGykBc="; cargoHash = "sha256-JXDM97uGuGh3qHK3Gh8Nd/YSZq/Kcj81PpufJJMqQQI="; RUSTFLAGS = "--cfg tokio_unstable"; Loading Loading
pkgs/by-name/rc/rcp/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -7,20 +7,20 @@ rustPlatform.buildRustPackage rec { pname = "rcp"; version = "0.12.0"; version = "0.13.0"; src = fetchFromGitHub { owner = "wykurz"; repo = "rcp"; rev = "v${version}"; hash = "sha256-TQTn91FDqDpdPv6dn2cwseGF+3EcJ17sglHKD7EQLeY="; hash = "sha256-INLXVruiaK5yv5old0NOWFcg9y13M6Dm7bBMmcPFY1I="; }; buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [ IOKit ]); cargoHash = "sha256-uhE1AphdYKL6pFY8vsmdMGxHxFiVw75oDXNP8qGykBc="; cargoHash = "sha256-JXDM97uGuGh3qHK3Gh8Nd/YSZq/Kcj81PpufJJMqQQI="; RUSTFLAGS = "--cfg tokio_unstable"; Loading