Commit Graph

53 Commits

Author SHA1 Message Date
R. Ryantm
fbf876f130 fedimint: 0.4.3 -> 0.4.4 2024-10-28 07:29:34 +00:00
José Ribeiro
0b65b5ed47
feishin: 0.11.0 -> 0.11.1
Diff: https://github.com/jeffvli/feishin/compare/v0.11.0...v0.11.1
Changelog: https://github.com/jeffvli/feishin/releases/tag/v0.11.1
2024-10-16 01:57:22 +01:00
José Ribeiro
46719faa3c
feishin: 0.10.1 -> 0.11.0
Diff: https://github.com/jeffvli/feishin/compare/v0.10.1...v0.11.0
Changelog: https://github.com/jeffvli/feishin/releases/tag/v0.11.0
2024-10-16 01:51:43 +01:00
nixpkgs-merge-bot[bot]
e61898f33e
feather: 2.6.8 -> 2.7.0 (#348504) 2024-10-14 12:19:05 +00:00
R. Ryantm
8ec0f2d79b feather: 2.6.8 -> 2.7.0 2024-10-14 10:34:21 +00:00
Fabian Affolter
c4c40cd72a felix-fm: 2.13.0 -> 2.14.0
Diff: https://github.com/kyoheiu/felix/compare/refs/tags/v2.13.0...v2.14.0

Changelog: https://github.com/kyoheiu/felix/blob/v2.14.0/CHANGELOG.md
2024-10-13 23:19:13 +02:00
github-actions[bot]
5c3e5ec59f
Merge master into staging-next 2024-10-06 12:05:15 +00:00
Jonas Heinrich
c566a36839
feishin: 0.9.0 -> 0.10.1 (#344865) 2024-10-06 10:27:49 +02:00
José Ribeiro
23eb0dd8b1
feishin: 0.10.0 -> 0.10.1
Diff: https://github.com/jeffvli/feishin/compare/v0.10.0...v0.10.1
Changelog: https://github.com/jeffvli/feishin/releases/tag/v0.10.1
2024-10-01 06:13:05 +01:00
José Ribeiro
52e47d17b6
feishin: 0.9.0 -> 0.10.0
Diff: https://github.com/jeffvli/feishin/compare/v0.9.0...v0.10.0
Changelog: https://github.com/jeffvli/feishin/releases/tag/v0.10.0
2024-09-29 22:55:33 +01:00
github-actions[bot]
8693fc15c4
Merge master into staging-next 2024-09-28 18:04:13 +00:00
R. Ryantm
f57fd03d97 fedimint: 0.4.2 -> 0.4.3 2024-09-28 03:47:19 +00:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +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
github-actions[bot]
b638e02a58
Merge staging-next into staging 2024-09-18 00:13:59 +00:00
R. Ryantm
3ec708aa43 fedimint: 0.4.1 -> 0.4.2 2024-09-17 03:13:32 +00:00
K900
4e803e9656 Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-12 07:00:07 +03:00
José Ribeiro
48cdd61a0a
feishin: 0.8.1 -> 0.9.0
Diff: https://github.com/jeffvli/feishin/compare/v0.8.1...v0.9.0
Changelog:
- https://github.com/jeffvli/feishin/releases/tag/v0.9.0
2024-09-11 12:59:35 +01:00
Emily
61922738bb treewide: optimistically unpin FFmpeg 7 dependencies
Per the adjusted FFmpeg pinning advice, packages that work on the
default version should use the unversioned variants to ease the
migration to future versions and reduce the number of packages that
end up referencing old versions.

I have left HandBrake pinned as it builds a custom patched FFmpeg.
2024-09-07 20:31:41 +01:00
José Ribeiro
9b50419618
feishin: 0.8.0 -> 0.8.1
Diff: https://github.com/jeffvli/feishin/compare/v0.8.0...v0.8.1
Changelog:
- https://github.com/jeffvli/feishin/releases/tag/v0.8.1
2024-09-05 00:35:30 +01:00
José Ribeiro
fd54de48a5
feishin: 0.7.3 -> 0.8.0
Diff: https://github.com/jeffvli/feishin/compare/v0.7.3...v0.8.0
Changelog:
- https://github.com/jeffvli/feishin/releases/tag/v0.8.0
2024-09-04 03:40:45 +01:00
Donovan Glover
a44964a30f
feather: 2.6.7 -> 2.6.8 (#338808) 2024-09-03 15:46:19 +00:00
nat
436aff262d
feather: 2.6.7 -> 2.6.8 2024-09-01 15:37:47 +02:00
TomaSajt
7dc03bea93
feishin: use electron.dist 2024-08-27 21:37:15 +02:00
José Ribeiro
3d159512d9
feishin: use electron_31
As originally mentioned in #331868, feishin now [1] depends on Electron v31,
which was not packaged at the time (#325428).
It has since been fixed (by #333907).

[1]: https://github.com/jeffvli/feishin/blob/f2beeef/package.json#L234
2024-08-23 00:59:01 +01:00
Peder Bergebakken Sundt
3a83109945
treewide: change ${pname} to string literal, pt2 (#336195)
* aescrypt: change `${pname}` to string literal

* bandwidth: change `${pname}` to string literal

* bc: change `${pname}` to string literal

* bdfresize: change `${pname}` to string literal

* birdfont: change `${pname}` to string literal

* brltty: change `${pname}` to string literal

* calamares: change `${pname}` to string literal

* ccal: change `${pname}` to string literal

* clac: change `${pname}` to string literal

* colord-gtk4: change `${pname}` to string literal

* colord: change `${pname}` to string literal

* colorless: change `${pname}` to string literal

* cunit: change `${pname}` to string literal

* datamash: change `${pname}` to string literal

* dateutils: change `${pname}` to string literal

* desktop-file-utils: change `${pname}` to string literal

* digitemp: change `${pname}` to string literal

* ding-libs: change `${pname}` to string literal

* docbook2mdoc: change `${pname}` to string literal

* dtach: change `${pname}` to string literal

* empty: change `${pname}` to string literal

* entr: change `${pname}` to string literal

* envsubst: change `${pname}` to string literal

* ethtool: change `${pname}` to string literal

* fdtools: change `${pname}` to string literal

* filebench: change `${pname}` to string literal

* findutils: change `${pname}` to string literal

* fortune: change `${pname}` to string literal

* fpart: change `${pname}` to string literal

* fxlinuxprintutil: change `${pname}` to string literal

* gbdfed: change `${pname}` to string literal

* getopt: change `${pname}` to string literal

* github-copilot-cli: change `${pname}` to string literal

* gparted: change `${pname}` to string literal

* hddtemp: change `${pname}` to string literal

* hdfview: change `${pname}` to string literal

* hpcg: change `${pname}` to string literal

* hpl: change `${pname}` to string literal

* ink: change `${pname}` to string literal

* ised: change `${pname}` to string literal

* isoimagewriter: change `${pname}` to string literal

* kronometer: change `${pname}` to string literal

* libsForQt5.qt5ct: change `${pname}` to string literal

* lilo: change `${pname}` to string literal

* lockfileProgs: change `${pname}` to string literal

* map-cmd: change `${pname}` to string literal

* mcrypt: change `${pname}` to string literal

* most: change `${pname}` to string literal

* mrtg: change `${pname}` to string literal

* ms-sys: change `${pname}` to string literal

* multitime: change `${pname}` to string literal

* nbench: change `${pname}` to string literal

* osinfo-db-tools: change `${pname}` to string literal

* parallel-full: change `${pname}` to string literal

* phoronix-test-suite: change `${pname}` to string literal

* pod2mdoc: change `${pname}` to string literal

* powerline-rs: change `${pname}` to string literal

* recoverjpeg: change `${pname}` to string literal

* recutils: change `${pname}` to string literal

* routino: change `${pname}` to string literal

* rpm-ostree: change `${pname}` to string literal

* screen: change `${pname}` to string literal

* sharedown: change `${pname}` to string literal

* statserial: change `${pname}` to string literal

* taoup: change `${pname}` to string literal

* texi2mdoc: change `${pname}` to string literal

* tmpwatch: change `${pname}` to string literal

* toilet: change `${pname}` to string literal

* triehash: change `${pname}` to string literal

* ttfautohint: change `${pname}` to string literal

* txt2man: change `${pname}` to string literal

* urjtag: change `${pname}` to string literal

* uudeview: change `${pname}` to string literal

* uutils-coreutils: change `${pname}` to string literal

* vttest: change `${pname}` to string literal

* wacomtablet: change `${pname}` to string literal

* xcd: change `${pname}` to string literal

* xdaliclock: change `${pname}` to string literal

* xjobs: change `${pname}` to string literal

* feishin: change `${pname}` to string literal

* gifsicle: change `${pname}` to string literal

* nzbhydra2: change `${pname}` to string literal

* vatprism: change `${pname}` to string literal

* webfs: change `${pname}` to string literal

* yggstack: change `${pname}` to string literal
2024-08-20 17:23:37 -07:00
Alyssa Ross
e38e5d3038 fedimint: 0.3.3 -> 0.4.1
Required to build with Rust 1.80[1].

recoverytool has now been renamed to fedimint-recoverytool upstream.

[1]: https://github.com/rust-lang/rust/issues/127343
2024-08-14 13:37:21 +02:00
Philip Taron
57b45852e3
Merge pull request #331864 from emilazy/push-posunwslrptx
febio: 3.6 -> 4.7; febio-studio: 1.6.1 -> 2.7
2024-08-05 21:38:59 -07:00
José Ribeiro
bd6cce9218
feishin: 0.7.1 -> 0.7.3
Diff: https://github.com/jeffvli/feishin/compare/v0.7.1...v0.7.3
Changelog:
- https://github.com/jeffvli/feishin/releases/tag/v0.7.2
- https://github.com/jeffvli/feishin/releases/tag/v0.7.3

Feishin now depends on Electron v31
(fd893224b3),
which is not packaged yet: https://github.com/NixOS/nixpkgs/issues/325428
2024-08-02 23:49:04 +01:00
José Ribeiro
2c19ea977c
feishin: move to pkgs/by-name 2024-08-02 23:49:04 +01:00
Emily
aa4aae33c5 febio-studio: move to pkgs/by-name 2024-08-02 23:12:31 +01:00
Emily
64435f505f febio: 3.6 -> 4.7 2024-08-02 23:12:31 +01:00
Emily
f832d1cd9c febio: format with nixfmt-rfc-style 2024-08-02 21:26:09 +01:00
Emily
ab44c335e0 febio: move to pkgs/by-name 2024-08-02 21:26:09 +01:00
R. Ryantm
8787151ce0 fedimint: 0.3.2 -> 0.3.3 2024-07-26 11:20:45 +00:00
Dawid Ciężarkiewicz
5143e95f05
fedimint: 0.3.2-rc.0 -> 0.3.2 2024-07-19 09:30:30 -07:00
luftmensch-luftmensch
87cd4369d4
fennel-ls: 0.1.2 -> 0.1.3 2024-06-27 10:58:34 +02:00
Sandro
49a0868afb
Merge pull request #316309 from dpc/24-05-31-fedimintd-pkg 2024-06-25 11:32:29 +02:00
Dawid Ciężarkiewicz
bd36b3a05a
fedimint: init at 0.3.2-rc.0 2024-06-12 15:42:13 -07:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Sefa Eyeoglu
8c168ae556
felix-fm: 2.12.1 -> 2.13.0
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-05-25 16:09:04 +02:00
luftmensch-luftmensch
bc1ecb9ed5
fennel-ls: 0.1.0 -> 0.1.2 2024-05-14 22:21:14 +02:00
nat
bca004aabd
feather: 2.6.5 -> 2.6.7 2024-04-29 22:18:31 +02:00
nat
45f06b5037
feather: fix trezor support 2024-04-20 15:56:47 +02:00
Sandro Jäckel
fb0d661081
treewide: replace prefetch-yarn-deps with fixup-yarn-lock where necessary 2024-04-17 13:34:05 -04:00
Yureka
a9a37884b4 fernglas: init at 0.2.1 2024-04-10 00:55:23 +02:00
R. Ryantm
9ebd1b4bd9 feather: 2.6.4 -> 2.6.5 2024-03-15 07:01:44 +00:00
R. Ryantm
271b23cc2c feather: 2.6.3 -> 2.6.4 2024-03-11 01:30:36 +00:00
R. Ryantm
8451727e25 feather: 2.6.2 -> 2.6.3 2024-02-28 22:36:34 +00:00
Yisrael Dov Lebow
8c746b5ba9
fennel-ls: init at 0.1.0
fennel-ls: init at 0.1.0

add fennel-ls package

Update pkgs/development/tools/language-servers/fennel-ls/default.nix

Co-authored-by: h7x4 <h7x4@nani.wtf>

Update pkgs/development/tools/language-servers/fennel-ls/default.nix

Co-authored-by: h7x4 <h7x4@nani.wtf>

Update pkgs/development/tools/language-servers/fennel-ls/default.nix

Co-authored-by: h7x4 <h7x4@nani.wtf>

Update pkgs/development/tools/language-servers/fennel-ls/default.nix

Co-authored-by: h7x4 <h7x4@nani.wtf>

Update pkgs/development/tools/language-servers/fennel-ls/default.nix

Co-authored-by: h7x4 <h7x4@nani.wtf>

Update pkgs/development/tools/language-servers/fennel-ls/default.nix

Co-authored-by: h7x4 <h7x4@nani.wtf>

fixes from code review

switch to 'by-name'
2024-01-22 08:14:43 +02:00