Janne Heß
02695b7412
rustdesk-flutter: 1.3.0 -> 1.3.1 ( #343904 )
2024-09-25 10:00:10 +02:00
Artturin
63fa53d97c
treewide: reformat files which need reformatting after
...
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Bot_wxt1221
a0a0b4d63b
rustdesk-flutter: add missing libayatana-appindicator patch ( #343742 )
...
* rustdesk-flutter: nixfmt
* rustdesk-flutter: add missing libayatana-appindicator patch
2024-09-23 09:02:59 +02:00
Gaetan Lepage
5b6c4e972b
ruff: 0.6.6 -> 0.6.7
...
Diff: https://github.com/astral-sh/ruff/compare/refs/tags/0.6.6...0.6.7
Changelog: https://github.com/astral-sh/ruff/releases/tag/0.6.7
2024-09-22 12:23:15 +02:00
Pol Dellaiera
ce2fedc775
ruff-lsp: 0.0.56 -> 0.0.57 ( #343248 )
2024-09-20 19:16:24 +02:00
Gaetan Lepage
02f584f37f
ruff-lsp: 0.0.56 -> 0.0.57
...
Diff: https://github.com/astral-sh/ruff-lsp/compare/refs/tags/v0.0.56...v0.0.57
Changelog: https://github.com/astral-sh/ruff-lsp/releases/tag/v0.0.57
2024-09-20 13:34:08 +02:00
Ilan Joselevich
7723b79623
rush-parallel: init at 0.5.6 ( #342875 )
2024-09-20 13:53:52 +03:00
Gaetan Lepage
010dfa5066
ruff: 0.6.5 -> 0.6.6
...
Diff: https://github.com/astral-sh/ruff/compare/refs/tags/0.6.5...0.6.6
Changelog: https://github.com/astral-sh/ruff/releases/tag/0.6.6
2024-09-20 08:12:45 +02:00
Ilan Joselevich
c18a1cb47e
rush-parallel: init at 0.5.6
...
https://github.com/shenwei356/rush
2024-09-18 23:10:18 +03:00
Sandro
7c1e688ff4
ruff: 0.6.4 -> 0.6.5 ( #341674 )
2024-09-15 18:58:48 +02:00
Gaetan Lepage
ec1e6cd048
ruff: 0.6.4 -> 0.6.5
...
Diff: https://github.com/astral-sh/ruff/compare/refs/tags/0.6.4...0.6.5
Changelog: https://github.com/astral-sh/ruff/releases/tag/0.6.5
2024-09-15 11:57:36 +02:00
nicoo
2641d97cbf
pkgs/by-name: Convert hashes to SRI format
...
Reproduction script:
# Bulk rewrite
./maintainers/scripts/sha-to-sri.py pkgs/by-name
# Revert some packages which will need manual intervention
for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
git checkout -- "pkgs/by-name/${n:0:2}/${n}"
done
2024-09-15 11:24:31 +02:00
R. Ryantm
94909c1166
rustic: 0.8.0 -> 0.8.1
2024-09-10 13:08:26 +00:00
éclairevoyant
da2af884f5
rustlings: add darwin support by adding CoreServices to buildInputs ( #339263 )
2024-09-09 13:30:07 +00:00
R. Ryantm
b957ab04ce
rustmission: 0.4.3 -> 0.5.0
2024-09-08 14:58:51 +00:00
Gaetan Lepage
8189ad34e6
ruff-lsp: 0.0.55 -> 0.0.56
...
Diff: https://github.com/astral-sh/ruff-lsp/compare/refs/tags/v0.0.55...v0.0.56
Changelog: https://github.com/astral-sh/ruff-lsp/releases/tag/v0.0.56
2024-09-06 15:19:52 +02:00
Gaetan Lepage
7ddcfacdbe
ruff: 0.6.3 -> 0.6.4
...
Diff: https://github.com/astral-sh/ruff/compare/refs/tags/0.6.3...0.6.4
Changelog: https://github.com/astral-sh/ruff/releases/tag/0.6.4
2024-09-06 10:46:56 +02:00
eymeric
3a264a6cdd
rustdesk: 1.2.3 -> 1.3.0
2024-09-05 17:56:37 +02:00
Mastermindaxe
906e5696a6
rustlings: add darwin support by adding CoreServices to buildInputs
2024-09-03 16:47:17 +02:00
Bernardo Meurer
fc13b0acdb
Merge branch 'master' into add-rutorrent-service
2024-09-03 01:18:16 +00:00
R. Ryantm
e181f31865
rustlings: 6.2.0 -> 6.3.0
2024-08-30 02:46:49 +00:00
Gaétan Lepage
324dbfee6b
ruff: 0.6.2 -> 0.6.3 ( #338204 )
2024-08-29 22:23:48 +02:00
Donovan Glover
cc223bad7e
rustic: 0.7.0-unstable-2024-08-10 -> 0.8.0 ( #337535 )
2024-08-29 18:37:09 +00:00
Atemu
ff4a5fc769
rustlings: init at 6.2.0 ( #334610 )
2024-08-29 17:50:02 +02:00
Gaetan Lepage
976d530753
ruff: 0.6.2 -> 0.6.3
...
Diff: https://github.com/astral-sh/ruff/compare/refs/tags/0.6.2...0.6.3
Changelog: https://github.com/astral-sh/ruff/releases/tag/0.6.3
2024-08-29 17:22:28 +02:00
0x4A6F
b4f7fb7143
rustdesk-flutter: 1.2.7 -> 1.3.0 and make reproducible ( #336315 )
2024-08-29 13:54:47 +02:00
luftmensch-luftmensch
bc9cbcde0e
rustlings: init at 6.2.0
2024-08-29 10:50:35 +02:00
Sandro
58bd90220b
ffmpeg_4: almost drop ( #336401 )
2024-08-27 22:08:20 +02:00
Norbert Melzer
d2398e062e
rustic: 0.7.0-unstable-2024-08-10 -> 0.8.0
2024-08-26 21:00:35 +02:00
Gaetan Lepage
c7e761e075
ruff: format
2024-08-22 18:43:54 +02:00
Gaetan Lepage
558293e209
ruff: 0.6.1 -> 0.6.2
...
Diff: https://github.com/astral-sh/ruff/compare/refs/tags/0.6.1...0.6.2
Changelog: https://github.com/astral-sh/ruff/releases/tag/0.6.2
2024-08-22 18:43:54 +02:00
Emily
e1c2ff514c
rustplayer: unstable-2022-12-04 -> 1.1.2-unstable-2024-07-14
...
Includes fixes for FFmpeg 6. This is another `ffmpeg-sys-next` fork
situation that is going to be a pain when we bump to 7.
2024-08-22 15:22:25 +01:00
Sandro
a3197bf982
Merge pull request #334966 from sedlund/feat/rust-parallel
...
rust-parallel: init 1.18.1
2024-08-21 21:38:50 +02:00
Janne Heß
e1abf9bfed
rustdesk-flutter: Make build reproducible
2024-08-21 14:21:23 +02:00
Janne Heß
be55458d12
rustdesk-flutter: 1.2.7 -> 1.3.0
2024-08-21 14:02:45 +02:00
Scott Edlund
6dccc1a420
rust-parallel: init 1.18.1
2024-08-18 10:58:35 +02:00
Gaetan Lepage
bca6423391
ruff-lsp: add nix-update-script and testVersion
2024-08-17 01:35:24 +02:00
Gaetan Lepage
7a90bd2759
ruff-lsp: 0.0.54 -> 0.0.55
...
Diff: https://github.com/astral-sh/ruff-lsp/compare/refs/tags/v0.0.54...v0.0.55
Changelog: https://github.com/astral-sh/ruff-lsp/releases/tag/v0.0.55
2024-08-17 01:33:41 +02:00
Gaetan Lepage
bf1125c912
ruff-lsp: format
2024-08-17 01:33:27 +02:00
Gaetan Lepage
821467f51f
ruff-lsp: move to pkgs/by-name and use buildPythonApplication
2024-08-17 01:33:10 +02:00
Gaetan Lepage
0e6a73c007
ruff: 0.6.0 -> 0.6.1
...
Diff: https://github.com/astral-sh/ruff/compare/refs/tags/0.6.0...0.6.1
Changelog: https://github.com/astral-sh/ruff/releases/tag/0.6.1
2024-08-16 22:27:09 +02:00
Gaetan Lepage
9aae4ad367
ruff: 0.5.7 -> 0.6.0
...
Diff: https://github.com/astral-sh/ruff/compare/refs/tags/0.5.7...0.6.0
Changelog: https://github.com/astral-sh/ruff/releases/tag/0.6.0
2024-08-15 14:58:39 +02:00
Gaetan Lepage
415796c61d
ruff: move to pkgs/by-name
2024-08-15 14:57:32 +02:00
Norbert Melzer
8d6e39e49d
rustic: 0.7.0 -> 0.7.0-unstable-2024-08-10
2024-08-15 07:48:45 +02:00
Norbert Melzer
f697d47a4a
Merge pull request #331757 from alyssais/rustic
...
rustic: rename from rustic-rs
2024-08-14 09:01:56 +02:00
Janne Heß
5cf8789981
rustdesk-flutter: 1.2.6 -> 1.2.7
...
Also had to remove the unix file copy paste because they broke it in
ways that are not really fixable.
2024-08-11 10:53:35 +02:00
Alyssa Ross
c6711b873c
rustic: rename from rustic-rs
...
As far as I can tell, the name of the software is "rustic". Every
other distro calls it "rustic". [1] The crate is presumably called
"rustic-rs" because "rustic" is already taken on crates.io, which is
not a problem in Nixpkgs.
I've added "rustic-rs" as an alias, so the old name will continue
working.
[1]: https://repology.org/project/rustic/versions
2024-08-08 20:39:39 +02:00
Alyssa Ross
3f190aaad8
rustic-rs: move to by-name
...
This is necessary for CI to allow the package to be renamed.
2024-08-05 10:57:04 +02:00
Sandro
83d2194d0e
Merge pull request #305391 from LeSuisse/rustls-ffi-0.13.0
...
rustls-ffi: 0.10.0 -> 0.13.0
2024-08-01 22:08:38 +02:00