mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 12:45:27 +03:00
rerun: 0.23.2 -> 0.23.3
Diff: https://github.com/rerun-io/rerun/compare/refs/tags/0.23.2...refs/tags/0.23.3 Changelog: https://github.com/rerun-io/rerun/blob/0.23.3/CHANGELOG.md
This commit is contained in:
parent
f925522a7c
commit
a4a69667db
1 changed files with 3 additions and 3 deletions
|
@ -34,13 +34,13 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "rerun";
|
pname = "rerun";
|
||||||
version = "0.23.2";
|
version = "0.23.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rerun-io";
|
owner = "rerun-io";
|
||||||
repo = "rerun";
|
repo = "rerun";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
hash = "sha256-l3p9yicA7SNKURemxGq2j0iXeyE4jEsqQ9VdGZPuN/E=";
|
hash = "sha256-XVrhVUP7AIywIq357HoSP/ZCmYTnLiX/tgaOzhh6PHo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# The path in `build.rs` is wrong for some reason, so we patch it to make the passthru tests work
|
# The path in `build.rs` is wrong for some reason, so we patch it to make the passthru tests work
|
||||||
|
@ -50,7 +50,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-zF3mzv7FOrr1qGG6N6u4c0OKc39klkBfQIqF0fmX5GU=";
|
cargoHash = "sha256-tj9+dvXF3iDbUoxk7Hdz+PTuyDpCgdRE6ZqHBLTZuMU=";
|
||||||
|
|
||||||
cargoBuildFlags = [ "--package rerun-cli" ];
|
cargoBuildFlags = [ "--package rerun-cli" ];
|
||||||
cargoTestFlags = [ "--package rerun-cli" ];
|
cargoTestFlags = [ "--package rerun-cli" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue