zenoh-backend-filesystem: opt out of auto update

This commit is contained in:
Nick Cao
2025-02-15 10:19:39 -05:00
parent 3807717bd8
commit ab133dceb8
@@ -10,7 +10,7 @@
rustPlatform.buildRustPackage rec {
pname = "zenoh-backend-filesystem";
version = "1.2.1";
version = "1.2.1"; # nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "eclipse-zenoh";