File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
development/python-modules/zenoh Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1010
1111rustPlatform . buildRustPackage rec {
1212 pname = "zenoh-backend-filesystem" ;
13- version = "1.2.1" ;
13+ version = "1.2.1" ; # nixpkgs-update: no auto update
1414
1515 src = fetchFromGitHub {
1616 owner = "eclipse-zenoh" ;
Original file line number Diff line number Diff line change 66
77rustPlatform . buildRustPackage rec {
88 pname = "zenoh-backend-influxdb" ;
9- version = "1.2.1" ;
9+ version = "1.2.1" ; # nixpkgs-update: no auto update
1010
1111 src = fetchFromGitHub {
1212 owner = "eclipse-zenoh" ;
Original file line number Diff line number Diff line change 1010
1111rustPlatform . buildRustPackage rec {
1212 pname = "zenoh-backend-rocksdb" ;
13- version = "1.2.1" ;
13+ version = "1.2.1" ; # nixpkgs-update: no auto update
1414
1515 src = fetchFromGitHub {
1616 owner = "eclipse-zenoh" ;
Original file line number Diff line number Diff line change 66
77rustPlatform . buildRustPackage rec {
88 pname = "zenoh-plugin-mqtt" ;
9- version = "1.2.1" ;
9+ version = "1.2.1" ; # nixpkgs-update: no auto update
1010
1111 src = fetchFromGitHub {
1212 owner = "eclipse-zenoh" ;
Original file line number Diff line number Diff line change 66
77rustPlatform . buildRustPackage rec {
88 pname = "zenoh-plugin-webserver" ;
9- version = "1.2.1" ;
9+ version = "1.2.1" ; # nixpkgs-update: no auto update
1010
1111 src = fetchFromGitHub {
1212 owner = "eclipse-zenoh" ;
Original file line number Diff line number Diff line change 88} :
99rustPlatform . buildRustPackage rec {
1010 pname = "zenoh" ;
11- version = "1.2.0" ;
11+ version = "1.2.1" ; # nixpkgs-update: no auto update
1212
1313 src = fetchFromGitHub {
1414 owner = "eclipse-zenoh" ;
1515 repo = "zenoh" ;
1616 rev = version ;
17- hash = "sha256-X/jUANTwuOHIA+m8LB4UuJDJ0PwZuMQHtSdgSPiPYNI =" ;
17+ hash = "sha256-iwimXL1jcBLwaek9tmvGuow56+LMCyA5qkvHsn72m+c =" ;
1818 } ;
1919
2020 useFetchCargoVendor = true ;
21- cargoHash = "sha256-hCon4ydLLwvdglVfNn+eWMbDaTpcPZxzLWINPULYZwI =" ;
21+ cargoHash = "sha256-UF5tZyAYluSZ+jR03W7h0azAGiNw48Hum1Si0G5lTqA =" ;
2222
2323 cargoBuildFlags = [
2424 "--workspace"
Original file line number Diff line number Diff line change 1111
1212buildPythonPackage rec {
1313 pname = "zenoh" ;
14- version = "1.2.0" ;
14+ version = "1.2.1" ; # nixpkgs-update: no auto update
1515 pyproject = true ;
1616
1717 src = fetchFromGitHub {
1818 owner = "eclipse-zenoh" ;
1919 repo = "zenoh-python" ;
2020 rev = version ;
21- hash = "sha256-N82KcLMYTOzkeFR6NLNR/g4MDjXk2aZRaAVMggXKwf0 =" ;
21+ hash = "sha256-AIsIjMcT9g0mTAgxOL/shBEjpeuOm/7Wn4EOSyYbShE =" ;
2222 } ;
2323
2424 cargoDeps = rustPlatform . fetchCargoVendor {
2525 inherit src pname version ;
26- hash = "sha256-5JdqANf5roFY3J+iPxg+WhmAyTWARhgav+/jt7rttqg =" ;
26+ hash = "sha256-Y8fg/vFL7kLoARpp0BmDpQva9zNEEOWOHQk3GjeAoLk =" ;
2727 } ;
2828
2929 build-system = [
You can’t perform that action at this time.
0 commit comments