Unverified Commit 269ba5b6 authored by Nick Cao's avatar Nick Cao
Browse files

python312Packages.zenoh: opt out of auto update

parent 16e77b94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "zenoh";
  version = "1.2.0";
  version = "1.2.0"; # nixpkgs-update: no auto update
  pyproject = true;

  src = fetchFromGitHub {