Unverified Commit 3807717b authored by Nick Cao's avatar Nick Cao
Browse files

zenoh: opt out of auto update

parent f75a67c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "zenoh";
  version = "1.2.1";
  version = "1.2.1"; # nixpkgs-update: no auto update

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