Skip to content

Commit 269ba5b

Browse files
committed
python312Packages.zenoh: opt out of auto update
1 parent 16e77b9 commit 269ba5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/python-modules/zenoh/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildPythonPackage rec {
1313
pname = "zenoh";
14-
version = "1.2.0";
14+
version = "1.2.0"; # nixpkgs-update: no auto update
1515
pyproject = true;
1616

1717
src = fetchFromGitHub {

0 commit comments

Comments
 (0)