zenoh: opt out of auto update

This commit is contained in:
Nick Cao
2025-02-15 10:19:20 -05:00
parent f75a67c098
commit 3807717bd8
+1 -1
View File
@@ -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";