Commit Graph

140 Commits

Author SHA1 Message Date
Adam C. Stephens
51a8ed13b9
firefoxpwa: 2.12.4 -> 2.12.5 (#345250) 2024-09-29 07:41:50 -04:00
R. Ryantm
497561b99a firefoxpwa: 2.12.4 -> 2.12.5 2024-09-29 08:49:37 +00:00
Savyasachee Jha
170923d16b firefly-iii: 6.1.20 -> 6.1.21 2024-09-29 10:27:55 +05:30
Savyasachee Jha
c4f77e0fc5 firefly-iii: 6.1.19 -> 6.1.20 2024-09-28 23:30:16 +05:30
R. Ryantm
bd444d1049 files-cli: 2.13.136 -> 2.13.141 2024-09-28 06:13:39 +00: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
Pol Dellaiera
d40eb2f768
firefly-iii-data-importer: 1.5.5 -> 1.5.6 (#341746) 2024-09-23 16:00:43 +02:00
Savyasachee Jha
52779a7b78 firefly-iii-data-importer: 1.5.5 -> 1.5.6 2024-09-23 17:15:39 +05:30
Nikolay Korotkiy
3bf7e02a7d
fittrackee: 0.8.8 → 0.8.9 2024-09-22 19:20:01 +04:00
R. Ryantm
0c9495abe2 firefoxpwa: 2.12.3 -> 2.12.4 2024-09-19 05:20:16 +00:00
Fabian Affolter
db4b8a1775
firefly: init at 1.4.3 (#342478) 2024-09-17 23:43:22 +02:00
Fabian Affolter
7f476a9e7c firefly: init at 1.4.3
Black box fuzzer for web applications

https://github.com/Brum3ns/firefly
2024-09-17 09:55:32 +02:00
R. Ryantm
c96b794454 files-cli: 2.13.133 -> 2.13.136 2024-09-17 07:28:36 +00:00
Masum Reza
341399b667
firefoxpwa: 2.12.1 -> 2.12.3 (#341378) 2024-09-16 17:56:28 +05:30
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
Adam Stephens
a933509293
firefoxpwa: 2.12.1 -> 2.12.3
https://github.com/filips123/PWAsForFirefox/releases/tag/v2.12.2
https://github.com/filips123/PWAsForFirefox/releases/tag/v2.12.3
2024-09-11 19:15:22 -04:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
Artturin
28a7deeee1
firefly-iii-data-importer: 1.5.4 -> 1.5.5 (#339864) 2024-09-10 20:29:22 +03:00
éclairevoyant
1376d89f13
fireplace: init at 0-unstable-2020-02-02 (#340389) 2024-09-10 13:28:21 +00:00
Ólafur Bjarki Bogason
6bf23634b2 fireplace: init at 0-unstable-2020-02-02
Apply suggestions from code review

Co-authored-by: éclairevoyant
<848000+eclairevoyant@users.noreply.github.com>
2024-09-10 11:04:11 +00:00
Nick Cao
05c549dff4
firecracker: 1.8.0 -> 1.9.0 (#340211) 2024-09-07 09:00:14 -04:00
R. Ryantm
115a8ef037 files-cli: 2.13.128 -> 2.13.133 2024-09-06 05:02:27 +00:00
Savyasachee Jha
0be133aa11 firefly-iii-data-importer: 1.5.4 -> 1.5.5 2024-09-05 23:30:47 +05:30
Robert Schütz
e0639a2de3
fittrackee: 0.8.6 -> 0.8.8 (#339297) 2024-09-05 07:53:20 -07:00
Astro
0d125ce7cf firecracker: 1.8.0 -> 1.9.0 2024-09-05 14:08:15 +02:00
R. Ryantm
b181c313bc filesender: 2.48 -> 2.49 2024-09-04 09:34:48 +00:00
Robert Schütz
6367bd6796 fittrackee: 0.8.6 -> 0.8.8
Diff: https://github.com/SamR1/FitTrackee/compare/refs/tags/v0.8.6...v0.8.8

Changelog: https://github.com/SamR1/FitTrackee/blob/refs/tags/v0.8.8/CHANGELOG.md
2024-09-03 10:24:24 -07:00
Robert Schütz
d22c1f8639 fittrackee: use psycopg2-binary 2024-09-03 10:24:23 -07:00
Robert Schütz
a402cd72f9 fittrackee: format with nixfmt-rfc-style 2024-09-03 10:24:23 -07:00
Robert Schütz
389bca777e fittrackee: rename from fit-trackee
The former aligns with what the package is called on PyPI.
2024-09-03 10:23:55 -07:00
Aleksana
f7442ae9d1
filebot: 5.1.4 -> 5.1.5 (#336870) 2024-09-03 19:53:54 +08:00
R. Ryantm
5b1ac3510f files-cli: 2.13.122 -> 2.13.128 2024-08-30 13:59:12 +00:00
Savyasachee Jha
b6cf1e21f0 firefly-iii-data-importer: init at 1.5.4 2024-08-28 08:29:32 +02:00
R. Ryantm
aa67d8da26 files-cli: 2.13.107 -> 2.13.122 2024-08-24 21:45:18 +00:00
Jan Tojnar
b8f3c78021
Merge pull request #333917 from jtojnar/gnome-top-level
gnome: Move more packages to top-level
2024-08-24 01:43:31 +02:00
Felix Schröter
12dda437e2
filebot: 5.1.4 -> 5.1.5 2024-08-23 23:10:48 +02:00
Felix Schröter
5935506230
filebot: reformat with nixfmt-rfc-style 2024-08-23 23:10:48 +02:00
Felix Schröter
c783464146
filebot: migrate to pkgs/by-name 2024-08-23 23:10:48 +02:00
Peder Bergebakken Sundt
fcdecc256a
treewide: change ${pname} to string literal (#336172)
* adwaita-icon-theme: change `${pname}` to string literal

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

* alsa-oss: change `${pname}` to string literal

* alsa-plugins: change `${pname}` to string literal

* alsa-ucm-conf: change `${pname}` to string literal

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

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

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

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

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

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

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

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

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

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

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

* cosmic-edit: change `${pname}` to string literal

* cosmic-files: change `${pname}` to string literal

* cosmic-store: change `${pname}` to string literal

* cosmic-term: change `${pname}` to string literal

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

* cups-kyocera-3500-4500: change `${pname}` to string literal

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

* dconf-editor: change `${pname}` to string literal

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

* dmarc-report-converter: change `${pname}` to string literal

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

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

* evolution-data-server-gtk4: change `${pname}` to string literal

* find-billy: change `${pname}` to string literal

* firefly-iii: change `${pname}` to string literal

* fuchsia-cursor: change `${pname}` to string literal

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

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

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

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

* gnome.gnome-autoar: change `${pname}` to string literal

* gnome.gnome-calculator: change `${pname}` to string literal

* gnome.gnome-calendar: change `${pname}` to string literal

* gnome.gnome-common: change `${pname}` to string literal

* gnome.gnome-dictionary: change `${pname}` to string literal

* gnome.gnome-disk-utility: change `${pname}` to string literal

* gnome.gnome-font-viewer: change `${pname}` to string literal

* gnome.gnome-keyring: change `${pname}` to string literal

* gnome.gnome-screenshot: change `${pname}` to string literal

* gnome.gnome-system-monitor: change `${pname}` to string literal

* gnome.seahorse: change `${pname}` to string literal

* gnome.simple-scan: change `${pname}` to string literal

* gnome.sushi: change `${pname}` to string literal

* gnome.totem: change `${pname}` to string literal

* gnome.yelp: change `${pname}` to string literal

* gnome.yelp-xsl: change `${pname}` to string literal

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

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

* guile-semver: change `${pname}` to string literal

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

* intiface-central: change `${pname}` to string literal

* intune-portal: change `${pname}` to string literal

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

* jetbrains-toolbox: change `${pname}` to string literal

* jnr-posix: change `${pname}` to string literal

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

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

* libeduvpn-common: change `${pname}` to string literal

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

* littlefs-fuse: change `${pname}` to string literal

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

* lxgw-wenkai-tc: change `${pname}` to string literal

* microsoft-identity-broker: change `${pname}` to string literal

* minetest-mapserver: change `${pname}` to string literal

* msalsdk-dbusclient: change `${pname}` to string literal

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

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

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

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

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

* plemoljp-hs: change `${pname}` to string literal

* plemoljp-nf: change `${pname}` to string literal

* pocket-updater-utility: change `${pname}` to string literal

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

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

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

* read-it-later: change `${pname}` to string literal

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

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

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

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

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

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

* sonarlint-ls: change `${pname}` to string literal

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

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

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

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

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

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

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

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

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

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

* udev-gothic: change `${pname}` to string literal

* udev-gothic-nf: change `${pname}` to string literal

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

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

* zsync: change `${pname}` to string literal
2024-08-20 15:56:55 -07:00
R. Ryantm
e4e19575c8 filterpath: 1.0.1 -> 1.0.2 2024-08-14 04:28:07 +00:00
Jan Tojnar
31b95b8251 five-or-more: Move from gnome scope to top-level 2024-08-12 00:29:02 +02:00
R. Ryantm
bbcf6823ea files-cli: 2.13.100 -> 2.13.107 2024-08-10 20:56:30 +00:00
techknowlogick
5ad7419dcd firecracker: add techknowlogick as maintainer 2024-08-08 22:32:52 -04:00
techknowlogick
307313162e firecracker: move to pkgs/by-name 2024-08-08 22:32:05 -04:00
Alyssa Ross
fc35376788
fim-rs: 0.4.10 -> 0.5.0
At least a cargo update was required to build with Rust 1.80.

Link: https://github.com/rust-lang/rust/issues/127343
2024-08-07 10:20:43 +02:00
R. Ryantm
3789a5ce56 files-cli: 2.13.96 -> 2.13.100 2024-08-01 08:34:28 +00:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
Aleksana
ff0610c76a
Merge pull request #325173 from Samasaur1/fichub-cli
fichub-cli: init at 0.10.3
2024-07-24 10:25:54 +08:00
Savyasachee Jha
b9a17a6e7e firefly-iii: 6.1.18 -> 6.1.19 2024-07-23 15:02:37 +05:30
Guanran Wang
26ddd3731e
finamp: 0.9.8-beta -> 0.9.9-beta
Diff: https://github.com/jmshrv/finamp/compare/0.9.8-beta...0.9.9-beta
2024-07-22 11:39:15 +08:00