We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d943829 + e81a9b3 commit a139727Copy full SHA for a139727
pkgs/development/python-modules/zenoh/default.nix
@@ -11,19 +11,19 @@
11
12
buildPythonPackage rec {
13
pname = "zenoh";
14
- version = "1.1.0";
+ version = "1.1.1";
15
pyproject = true;
16
17
src = fetchFromGitHub {
18
owner = "eclipse-zenoh";
19
repo = "zenoh-python";
20
rev = version;
21
- hash = "sha256-DO5AZDS7XvExxATtbkFOLG66zQOZu4gE6VWOG7C3qGA=";
+ hash = "sha256-pLdAlQBq/d9fohkPgGV/bR7rOl4RreenbHXYdde8q/0=";
22
};
23
24
cargoDeps = rustPlatform.fetchCargoVendor {
25
inherit src pname version;
26
- hash = "sha256-GolnCEsqCGxjrKl2qXVRi9+d8hwXNsRVdfI7Cf60/jg=";
+ hash = "sha256-R6Vux4cNL9/Fxi7UvItZT8E539cz5cAupT9X0UkdwR4=";
27
28
29
build-system = [
0 commit comments