zenoh-plugin-webserver: opt out of auto update

This commit is contained in:
Nick Cao 2025-02-15 10:20:35 -05:00
parent aa448a3a0a
commit 16e77b94d4
No known key found for this signature in database

View File

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