Commit Graph

413190 Commits

Author SHA1 Message Date
David McFarland
b60c9fd2fe nuget-to-nix: find sources deterministically
The source used to download a particular package still isn't
deterministic in nuget. Even worse, the hash of the package can vary
between sources. This makes nuget use the first enabled source
containing the package.

The order of the dependencies may be slightly different because it now
uses glob order of the lower-case package names and versions, instead of
sorting the output.

If the package actually downloaded was the first source that contains
the package, then it will be hashed from disk to avoid downloading it
again.
2022-10-02 16:09:27 -03:00
David McFarland
f8763b87e0 nuget-to-nix: exclude by package source, not list
This allows exclusions to be by version.
2022-10-02 16:09:27 -03:00
David McFarland
b22074a46e omnisharp-roslyn: fix build on dotnet 6.0.9 2022-10-02 16:09:27 -03:00
David McFarland
0eb6874732 build-dotnet-module: fix fetch-deps usage message 2022-10-02 16:09:27 -03:00
David McFarland
f716d092e2 build-dotnet-module: limit package platforms by sdk support 2022-10-02 16:09:27 -03:00
David McFarland
b9f528897f baget: fix package restore errors 2022-10-02 16:09:27 -03:00
David McFarland
9a94932f38 python-language-server: restore for current platform only 2022-10-02 16:09:27 -03:00
David McFarland
965a2ad49b ryujinx: restore for current platform only 2022-10-02 16:09:27 -03:00
David McFarland
4b40579b2d build-dotnet-module: clean up tmp file handling
Having:

rm -rf "$src" "$HOME"

Was slightly terrifying IMO, especially where the trap was installed
before HOME was set.
2022-10-02 16:09:24 -03:00
Robert Scott
e295c223cd
Merge pull request #193223 from smaret/radio_beam_update
python3Packages.radio_beam: update to the latest upstream and fix depends
2022-09-29 19:26:18 +01:00
Mauricio Collares
6484acc4d0
Merge pull request #163415 from r-ryantm/auto-update/netpbm
netpbm: 10.97.4 -> 11.0.0
2022-09-29 15:02:23 -03:00
superherointj
624e8c1852
Merge pull request #192253 from victormignot/vscode_plantuml
vscode-extensions.jebbs.plantuml: init at 2.17.4
2022-09-29 14:59:52 -03:00
Martin Weinelt
ca7987ae3c
Merge pull request #193543 from vcunat/p/thunderbird_bump 2022-09-29 19:59:06 +02:00
sternenseemann
5cac465ec6 wayland-proxy-virtwl: unstable-2021-12-05 -> unstable-2022-09-22
Co-authored-by: Alyssa Ross <hi@alyssa.is>
2022-09-29 17:20:38 +00:00
sternenseemann
2f27431460 ocamlPackages.wayland: 1.0 -> 1.1 2022-09-29 17:20:38 +00:00
Christian Kögler
3424ae1888
Merge pull request #185958 from StillerHarpo/monetdb-11.43.15
monetdb: 11.43.9 -> 11.43.15
2022-09-29 19:12:38 +02:00
Christian Kögler
d9c6fad2d0
Merge pull request #190755 from matthiasbeyer/update-multitail
multitail: 6.5.0 -> 6.5.2
2022-09-29 19:02:56 +02:00
Victor Mignot
5ca3d56bc1
vscode-extensions.jebbs.plantuml: init at 2.17.4 2022-09-29 12:40:16 -04:00
Victor Mignot
5f87f6f3a0
maintainers: change victormignot e-mail 2022-09-29 11:50:32 -04:00
Vladimír Čunát
eeb1287c06
thunderbird-bin: 102.3.0 -> 102.3.1 2022-09-29 17:40:11 +02:00
Vladimír Čunát
95f0a5d608
thunderbird: 102.3.0 -> 102.3.1 2022-09-29 17:39:45 +02:00
Pavol Rusnak
26c27a7a0b
Merge pull request #193536 from lilyinstarlight/pkg/kodelife-1.0.6.163 2022-09-29 17:39:37 +02:00
Nikolay Korotkiy
45e2ed73bf
Merge pull request #193379 from r-ryantm/auto-update/gpxsee
gpxsee: 11.4 -> 11.5
2022-09-29 18:34:20 +03:00
figsoda
fd0d0b4416
Merge pull request #193521 from matthiasbeyer/update-cargo-semver-checks
cargo-semver-checks: 0.9.2 -> 0.12.0
2022-09-29 11:21:11 -04:00
Nikolay Korotkiy
d52769ae04
Merge pull request #193402 from kilianar/gopass-1.14.9
gopass: 1.14.8 -> 1.14.9
2022-09-29 18:19:39 +03:00
Jörg Thalheim
bbc75aace1
Merge pull request #192780 from trofi/alacritty-update
alacritty: 0.10.1 -> 0.11.0-rc2
2022-09-29 17:17:25 +02:00
Aaron Andersen
c55cc9b08c
Merge pull request #193530 from aanderse/github-runner
github-runner: 2.296.2 -> 2.297.0
2022-09-29 10:59:26 -04:00
Maximilian Bosch
8988b8366e
Merge pull request #193210 from Ma27/bump-vim
vim: 9.0.0244 -> 9.0.0609
2022-09-29 16:51:46 +02:00
Sébastien Maret
bf012b5f48 python3Packages.pytest-astropy-header: remove extra arguments 2022-09-29 16:47:27 +02:00
John Ericson
0427e5eca8
Merge pull request #193528 from cidkidnix/android-cpyth
android: cpython: fix stdenv.cc.cc.libllvm
2022-09-29 10:42:44 -04:00
Matthieu Coudron
aedd12c96a vimUtils.packdir: better merge of plugins
Fixes https://github.com/NixOS/nixpkgs/issues/193070

Basically it was hard to install both
nvim-treesitter.withPlugins (
          plugins: with plugins; [
            tree-sitter-c
            tree-sitter-lua
            tree-sitter-org-nvim
          ]
        ));
and nvim-treesitter

It also simplifies some nix code.
2022-09-29 16:38:14 +02:00
kilianar
2bee93e867 gopass-summon-provider: 1.14.7 -> 1.14.9
- https://github.com/gopasspw/gopass-summon-provider/releases/tag/v1.14.8
- https://github.com/gopasspw/gopass-summon-provider/releases/tag/v1.14.9
2022-09-29 16:36:41 +02:00
kilianar
5a6780e6d9 gopass-jsonapi: 1.14.7 -> 1.14.9
- https://github.com/gopasspw/gopass-jsonapi/releases/tag/v1.14.8
- https://github.com/gopasspw/gopass-jsonapi/releases/tag/v1.14.9
2022-09-29 16:34:15 +02:00
kilianar
c0851e5332 gopass-hibp: 1.14.7 -> 1.14.9
- https://github.com/gopasspw/gopass-hibp/releases/tag/v1.14.8
- https://github.com/gopasspw/gopass-hibp/releases/tag/v1.14.9
2022-09-29 16:29:42 +02:00
kilianar
787bdc050f git-credential-gopass: 1.14.7 -> 1.14.9
- https://github.com/gopasspw/git-credential-gopass/releases/tag/v1.14.8
- https://github.com/gopasspw/git-credential-gopass/releases/tag/v1.14.9
2022-09-29 16:22:54 +02:00
Aaron Andersen
1da460cb72 github-runner: 2.296.2 -> 2.297.0 2022-09-29 10:20:37 -04:00
cidkidnix
94d9904072 cpython: fix stdenv.cc.cc.libllvm 2022-09-29 09:05:13 -05:00
Lily Foster
09ebd033f6
kodelife: 1.0.5.161 -> 1.0.6.163 2022-09-29 09:58:16 -04:00
Mario Rodas
213c5409c3
Merge pull request #193513 from aaronjheng/docker-credential-helpers-0.7.0
docker-credential-helpers: 0.6.3 -> 0.7.0
2022-09-29 08:48:22 -05:00
Linus Heckemann
3f7fa3fe68
Merge pull request #193404 from evrim/master
nix-daemon module: fix mandatoryFeatures in nix.buildMachines
2022-09-29 15:48:05 +02:00
superherointj
46fc0f497b
Merge pull request #191145 from linsui/ms-python
vscode-extensions.ms-python.python: 2022.11.11881005 -> 2022.15.12711056
2022-09-29 10:24:26 -03:00
Mario Rodas
2cf6bd631d
Merge pull request #193396 from r-ryantm/auto-update/millet
millet: 0.3.9 -> 0.3.10
2022-09-29 08:22:42 -05:00
Martin Weinelt
82cbb52ede
Merge pull request #193501 from r-ryantm/auto-update/cinny-desktop 2022-09-29 15:02:14 +02:00
Martin Weinelt
1c4e3c9f14
Merge pull request #193460 from r-ryantm/auto-update/esphome 2022-09-29 14:59:45 +02:00
Matthias Beyer
eec10b54a3
cargo-semver-checks: Add myself as maintainer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-09-29 14:59:18 +02:00
Matthias Beyer
241ce6e433
cargo-semver-checks: 0.9.2 -> 0.12.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-09-29 14:59:03 +02:00
Mario Rodas
f4e00ff04f
Merge pull request #193350 from r-ryantm/auto-update/nfpm
nfpm: 2.18.1 -> 2.19.1
2022-09-29 07:38:16 -05:00
Aaron Jheng
91d1af7d8c
docker-credential-helpers: 0.6.3 -> 0.7.0 2022-09-29 12:32:10 +00:00
Martin Weinelt
e66af0e110
esphome: add update script that includes the dashboard 2022-09-29 14:31:01 +02:00
R. Ryantm
c57357368c
esphome: 2022.9.1 -> 2022.9.2
https://github.com/esphome/esphome/releases/tag/2022.9.2

Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
2022-09-29 14:30:48 +02:00