Skip to content

Commit

Permalink
zenoh-plugin-mqtt: 1.2.0 -> 1.2.1 (NixOS#382250)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Feb 15, 2025
2 parents 4e410e7 + 62836a5 commit 07f7556
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ze/zenoh-plugin-mqtt/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

rustPlatform.buildRustPackage rec {
pname = "zenoh-plugin-mqtt";
version = "1.2.0";
version = "1.2.1";

src = fetchFromGitHub {
owner = "eclipse-zenoh";
repo = "zenoh-plugin-mqtt";
tag = version;
hash = "sha256-ath1RWr+5nU2GJY6rlWPPBKHX9K/92DFUhgQWVXoWb8=";
hash = "sha256-5/obCmi9rbbe9kEkAQTla/4W8ebKj80F4sLKli6oSmw=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-Sj50OcIbpP9O+cp5FxmmOg/9iYBFvqh8s2cOOaDwHSA=";
cargoHash = "sha256-tMvBAn2FCpvT9O96Nt646t3LMWqhBHWWzRrMGVP1G1g=";

# Some test time out
doCheck = false;
Expand Down

0 comments on commit 07f7556

Please sign in to comment.