zenoh-plugin-webserver: 1.2.1 -> 1.4.0

This commit is contained in:
Markus Kowalewski 2025-05-30 22:58:19 +02:00
parent 4e59aebe3f
commit 4dc8735e39

View file

@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "zenoh-plugin-webserver"; pname = "zenoh-plugin-webserver";
version = "1.2.1"; # nixpkgs-update: no auto update version = "1.4.0"; # nixpkgs-update: no auto update
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "eclipse-zenoh"; owner = "eclipse-zenoh";
repo = "zenoh-plugin-webserver"; repo = "zenoh-plugin-webserver";
tag = version; tag = version;
hash = "sha256-GvJWyH0kW6POQaliPhahEFen1CcwDrrQNMdL2LtHkmc="; hash = "sha256-R+MLM42m3UTBFHqCAGezU4jz0Hi1+X2W1Yje7+ctl6k=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-S6Dn7ZOfonUo5FMh0rMzrZiKMaBjYDZs2LeUUAVCJOw="; cargoHash = "sha256-/WVMdSGEawvAJ0viV/2eVhWGlvgaGUpe9ZHDCBUOc1I=";
meta = { meta = {
description = "Implements an HTTP server mapping URLs to zenoh paths"; description = "Implements an HTTP server mapping URLs to zenoh paths";