Skip to content

Commit

Permalink
zenoh-backend-influxdb: 1.2.0 -> 1.2.1 (NixOS#382253)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Feb 15, 2025
2 parents 5511cf2 + 806dc63 commit d8dd086
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ze/zenoh-backend-influxdb/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

rustPlatform.buildRustPackage rec {
pname = "zenoh-backend-influxdb";
version = "1.2.0";
version = "1.2.1";

src = fetchFromGitHub {
owner = "eclipse-zenoh";
repo = "zenoh-backend-influxdb";
tag = version;
hash = "sha256-npkQEr1tzY+CW9dDRe+JipXnWa5y38wv7J+kUMlcH54=";
hash = "sha256-Bdsu/1+lotvGyvKia8ZxRnD0o2Y2yoq5xmok4/hE0mI=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-k4EakfuONQxj9jz39pnyp3Ofu+V/oyIFLHpfQqg0q+8=";
cargoHash = "sha256-YcDTwbaVRpl+xULArqSwjni9pWhgE8XGcY67xiDxFa4=";

meta = {
description = "Backend and Storages for zenoh using InfluxDB";
Expand Down

0 comments on commit d8dd086

Please sign in to comment.