nixpkgs-merge-bot[bot]
f3975d15e7
Merge pull request #335709 from r-ryantm/auto-update/cargo-shear
...
cargo-shear: 1.1.1 -> 1.1.2
2024-08-20 14:51:34 +00:00
R. Ryantm
800c7426a0
cargo-shear: 1.1.1 -> 1.1.2
2024-08-19 01:05:16 +00:00
Peder Bergebakken Sundt
fc76e9a137
Merge pull request #330067 from Sigmanificient/cavalcade
...
cavalcade: init at 0.8
2024-08-18 22:59:25 +02:00
Sigmanificient
f1e0916d30
cavalcade: init at 0.8
2024-08-18 17:54:19 +02:00
Sandro
6fde146edf
Merge pull request #332828 from Sigmanificient/cano
...
cano: 0.1.0-alpha -> 0.2.0-alpha, modernize
2024-08-17 22:25:40 +02:00
Peder Bergebakken Sundt
17d91fd246
Merge pull request #333558 from integrated-reasoning/cargo-typify
...
cargo-typify: 0.0.14 -> 0.1.0
2024-08-16 21:30:02 +02:00
Doron Behar
098a7874e2
casadi: always set PYTHON_PREFIX, using placeholder "out"
.
2024-08-13 20:58:02 +03:00
Guilhem Saurel
a3b45b9fe9
casadi: set meta.platforms
...
To try to see why why nixpkgs-review does not list casadi on aarch64-darwin
We still can see
`165/165 Test #165 : example-py-casadi-quadrotor-ocp ............ Passed`
in `nix log .#python3Packages.pinocchio` on aarch64-darwin, so
everything looks fine anyways.
2024-08-13 18:21:00 +02:00
Guilhem Saurel
60f55d1309
casadi: use swig4
...
Because with swig3, the generated C++ code is not compatible with C++17.
2024-08-12 15:25:43 +02:00
Guilhem Saurel
ded2f9eca4
casadi: build on darwin
2024-08-12 15:25:43 +02:00
David Cox
9b82f8625b
cargo-typify: 0.0.14 -> 0.1.0
2024-08-11 15:47:00 -07:00
Anderson Torres
d45e8e6eca
castxml: abandon maintenance
...
Since the incidents from @ghost at https://github.com/NixOS/nixpkgs/pull/311950 ,
I do not feel well about the weariful, boring and unworthy work of keeping this
package for free.
2024-08-11 13:04:05 -03:00
Anderson Torres
d3b5a5c64c
castxml: nixfmt-rfc-style
2024-08-11 13:04:05 -03:00
Matthias Beyer
8c9a765302
Merge pull request #333665 from gepbird/cargo-geiger-fix-build
...
cargo-geiger: fix build with rust 1.80
2024-08-11 09:41:42 +02:00
Gutyina Gergő
28490c6b0e
cargo-geiger: fix build with rust 1.80
2024-08-10 19:17:55 +02:00
Emily
5a4c4d29d9
Merge pull request #332785 from alyssais/cargo-information-0.7.0
...
cargo-information: 0.6.0 -> 0.7.0
2024-08-09 22:08:31 +01:00
Alyssa Ross
7773aa01c2
cargo-information: 0.6.0 -> 0.7.0
...
Required to build with Rust 1.80.
Link: https://github.com/rust-lang/rust/issues/127343
2024-08-09 21:47:42 +01:00
Sigmanificient
a3e8676a49
cano: 0.1.0-alpha -> 0.2.0-alpha, modernize
2024-08-08 16:39:49 +02:00
Weijia Wang
6522b3df90
Merge pull request #331343 from nim65s/casadi
...
casadi: init at 3.6.6
2024-08-08 15:15:20 +02:00
Guilhem Saurel
7c9c23c597
casadi: init at 3.6.5
2024-08-08 01:08:11 +02:00
Keto
37d2489573
castero: disable more tests to fix build
2024-08-07 18:55:00 -04:00
D3vil0p3r
c0ed08eafc
caido: 0.39 -> 0.40
2024-08-07 10:15:33 +02:00
Nick Cao
dfabca4471
Merge pull request #331259 from r-ryantm/auto-update/cargo-swift
...
cargo-swift: 0.7.1 -> 0.8.0
2024-08-03 10:47:37 -04:00
adisbladis
e0816431a2
treewide: Pass self when overriding Python
...
Otherwise references to the Python interpreter inside the set are wrong, as demonstrated by:
``` nix
with import <nixpkgs> { };
let
python' = python3.override {
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the _non_ overriden requests.
And the same with `self`:
```
with import <nixpkgs> { };
let
python' = python3.override {
self = python';
packageOverrides = final: prev: { requests = prev.requests.overridePythonAttrs(old: { version = "1337"; }); };
};
in python'.pkgs.python.pkgs.requests
```
which returns the overriden requests.
This can manifest itself as file collisions when constructing environments or as subtly incorrect dependency graphs.
2024-08-03 12:18:56 +12:00
R. Ryantm
c08a99bd1a
cargo-make: 0.37.14 -> 0.37.15
2024-08-01 07:47:17 +00:00
R. Ryantm
de6c2799c5
cargo-expand: 1.0.88 -> 1.0.89
2024-08-01 00:46:23 +00:00
R. Ryantm
e05dc5df3a
cargo-swift: 0.7.1 -> 0.8.0
2024-07-31 10:43:46 +00:00
Peder Bergebakken Sundt
808d6aaed1
Merge pull request #326497 from getchoo/pkgs/cartridges/search-provider
...
cartridges: wrap gnome search provider
2024-07-29 00:36:51 +02:00
Peder Bergebakken Sundt
8c8acbcaf9
Merge pull request #329012 from r-ryantm/auto-update/cartridges
...
cartridges: 2.8.5 -> 2.9.3
2024-07-29 00:07:03 +02:00
Pol Dellaiera
c281d0773d
Merge pull request #329911 from Aleksanaa/cameractrls
...
cameractrls: init at 0.6.6
2024-07-28 17:09:44 +02:00
K900
24076029d2
Merge remote-tracking branch 'origin/master' into staging-next
2024-07-28 01:04:35 +03:00
Nick Cao
9ea4830055
Merge pull request #330384 from r-ryantm/auto-update/cargo-shear
...
cargo-shear: 1.1.0 -> 1.1.1
2024-07-27 09:47:17 -04:00
R. Ryantm
2ffeecebea
cargo-shear: 1.1.0 -> 1.1.1
2024-07-27 11:01:18 +00:00
Vladimír Čunát
64c6a981fe
Merge branch 'master' into staging-next
2024-07-27 09:18:58 +02:00
D3vil0p3r
a5c855f049
caido: 0.33.0 -> 0.39.0 ( #328499 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-07-26 21:38:52 +02:00
aleksana
2350d64715
cameractrls: init at 0.6.6
2024-07-26 01:07:06 +08:00
Vladimír Čunát
cd346565bb
Merge branch 'master' into staging-next
2024-07-24 07:19:19 +02:00
R. Ryantm
87f6deb55c
cargo-xwin: 0.17.2 -> 0.17.3
2024-07-23 12:51:45 +00:00
github-actions[bot]
d284ef371e
Merge master into staging-next
2024-07-23 12:01:18 +00:00
Bruno BELANYI
5ea2a65eeb
Merge pull request #326583 from wietsedv/wietsedv-calibre-web-jsonschema
...
calibre-web: return jsonschema dependency for kobo sync support
2024-07-23 11:24:39 +01:00
R. Ryantm
dd89048f09
cartridges: 2.8.5 -> 2.9.3
2024-07-21 22:57:01 +00:00
Vladimír Čunát
577f40b8a9
Merge branch 'staging' into staging-next
2024-07-20 16:12:24 +02:00
R. Ryantm
c07e46b23f
cargo-make: 0.37.13 -> 0.37.14
2024-07-19 19:32:47 +00:00
github-actions[bot]
a6c20a7387
Merge staging-next into staging
2024-07-19 12:01:49 +00:00
Aleksana
94dcee40df
Merge pull request #326213 from averyanalex/init-cassette
...
cassette: init at 0.2.0
2024-07-19 18:57:38 +08:00
Martin Weinelt
983077457f
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/development/python-modules/uvcclient/default.nix
- pkgs/development/tools/rust/rust-analyzer/default.nix
2024-07-18 12:35:33 +02:00
Peder Bergebakken Sundt
9752021dfc
Merge pull request #326435 from uncenter/pr-e729cac7
...
cargo-shear: 1.0.0 -> 1.1.0
2024-07-18 01:39:56 +02:00
Artturin
a516ea8c99
Merge branch 'staging-next' into staging
2024-07-16 19:07:48 +03:00
Pyrox
0b8eaf081f
fetchCrate: sha256 -> hash
...
Should cause no rebuilds, as this is just updating attributes.
2024-07-14 13:48:13 -04:00
github-actions[bot]
0d7af056e2
Merge staging-next into staging
2024-07-14 12:02:04 +00:00