zenoh-backend-influxdb: opt out of auto update

This commit is contained in:
Nick Cao 2025-02-15 10:19:50 -05:00
parent ab133dceb8
commit d2a8134268
No known key found for this signature in database

View File

@ -6,7 +6,7 @@
rustPlatform.buildRustPackage rec {
pname = "zenoh-backend-influxdb";
version = "1.2.1";
version = "1.2.1"; # nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "eclipse-zenoh";