mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
zenoh-plugin-webserver: 1.2.1 -> 1.4.0
This commit is contained in:
parent
4e59aebe3f
commit
4dc8735e39
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue