Unverified Commit aa448a3a authored by Nick Cao's avatar Nick Cao
Browse files

zenoh-plugin-mqtt: opt out of auto update

parent 91bb7044
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

rustPlatform.buildRustPackage rec {
  pname = "zenoh-plugin-mqtt";
  version = "1.2.1";
  version = "1.2.1"; # nixpkgs-update: no auto update

  src = fetchFromGitHub {
    owner = "eclipse-zenoh";