Commit Graph

121 Commits

Author SHA1 Message Date
Adam C. Stephens
04ffa382ab
audiobookshelf: 2.15.0 -> 2.15.1 (#349688) 2024-10-21 12:53:14 -04:00
Gutyina Gergő
9744efc3b0
treewide: update pnpmDeps hashes 2024-10-19 23:50:41 +02:00
Adam Stephens
56ec5e83a4
audiobookshelf: 2.15.0 -> 2.15.1
https://github.com/advplyr/audiobookshelf/releases/tag/v2.15.1
2024-10-18 23:52:34 -04:00
FliegendeWurst
9c2f72fc58 auto-cpufreq: copy icon to correct location 2024-10-18 14:49:02 +02:00
Heitor Augusto
0c8d09f274
audacity: remove with lib from meta and rec 2024-10-15 16:07:22 -03:00
Heitor Augusto
0ee4e13f4b
audacity: format with nixfmt-rfc-style 2024-10-15 16:00:27 -03:00
Heitor Augusto
a47f07a48a
audacity: move to by-name 2024-10-15 15:59:37 -03:00
Martin Joerg
f7d8c85ec2 audiobookshelf: enable nusqlite3 extension 2024-10-14 12:51:55 +00:00
Martin Joerg
6e69d78987 audiobookshelf: 2.14.0 -> 2.15.0
https://github.com/advplyr/audiobookshelf/releases/tag/v2.15.0
https://github.com/advplyr/audiobookshelf/compare/refs/tags/v2.14.0...refs/tags/v2.15.0
2024-10-14 12:51:55 +00:00
Robert Schütz
1b445bb575
python312Packages.icalendar: 5.0.13 -> 6.0.0 (#328227) 2024-10-13 20:29:14 -07:00
Robert Schütz
b23d5f6129 autosuspend: 7.0.1 -> 7.0.2
Diff: https://github.com/languitar/autosuspend/compare/refs/tags/v7.0.1...v7.0.2

Changelog: https://github.com/languitar/autosuspend/releases/tag/v7.0.2
2024-10-13 18:46:39 -07:00
Adam Stephens
1b0fea21df
audiobookshelf: 2.13.4 -> 2.14.0 2024-10-10 13:33:13 +00:00
Robert Schütz
e587ef535d authentik: use npm --version 2024-10-05 11:23:49 -07:00
OTABI Tomoya
a35ae0a257
autotrash: move to pkgs/by-name and include manpage (#343855) 2024-09-29 10:17:02 +09: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
Aleksana
5ae5e0df3b
autologin: init at 1.0.0 (#340557) 2024-09-23 22:45:27 +08:00
MithicSpirit
5afc0a2d7d
autotrash: move to pkgs/by-name 2024-09-23 09:47:52 -04:00
beviu
d8eefe5655
autologin: init at 1.0.0 2024-09-23 03:15:20 +02:00
R. Ryantm
bcb2ba85b2 autosuspend: 7.0.0 -> 7.0.1 2024-09-22 19:14:44 +00:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
Adam C. Stephens
d3a722f3db
audiobookshelf: 2.13.3 -> 2.13.4 (#341998) 2024-09-15 08:26:04 -04: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
Martin Joerg
23d27309ef audiobookshelf: 2.13.3 -> 2.13.4
https://github.com/advplyr/audiobookshelf/releases/tag/v2.13.4
https://github.com/advplyr/audiobookshelf/compare/refs/tags/v2.13.3...refs/tags/v2.13.4
2024-09-15 07:59:37 +00:00
Pol Dellaiera
b7fbcf971a
auto-changelog: 2.4.0 -> 2.5.0
diff: https://github.com/cookpete/auto-changelog/compare/v2.4.0...v2.5.0
changelog: https://github.com/cookpete/auto-changelog/blob/master/CHANGELOG.md#v250
2024-09-12 08:47:15 +02:00
Robert Scott
3da382ed8b
authentik: 2024.6.1 -> 2024.6.4 (#340543) 2024-09-08 22:23:26 +01:00
Robert Scott
4cf21a33f8 authentik: 2024.6.1 -> 2024.6.4
addresses CVE-2024-42490
2024-09-08 17:05:18 +01:00
Rémi NICOLE
e2938467e6
auto-cpufreq: 2.3.0 -> 2.4.0 (#339771) 2024-09-08 08:08:29 +00:00
isabel
e2f37614e1
auto-cpufreq: 2.3.0 -> 2.4.0 2024-09-05 12:09:05 +01:00
R. Ryantm
d8abce2039 audiobookshelf: 2.13.2 -> 2.13.3 2024-09-05 07:46:29 +00:00
Doron Behar
39f28adb19 autotools-language-server: fix build with old tree-sitter 0.21 2024-09-04 22:37:06 +03:00
Martin Joerg
01a7298103 audiobookshelf: 2.12.3 -> 2.13.2
fixes CVE-2024-43797

https://github.com/advplyr/audiobookshelf/releases/tag/v2.13.0
https://github.com/advplyr/audiobookshelf/releases/tag/v2.13.1
https://github.com/advplyr/audiobookshelf/releases/tag/v2.13.2
https://github.com/advplyr/audiobookshelf/compare/v2.13.2..v2.12.3
2024-09-02 12:23:32 +00:00
Martin Joerg
047dd2576c audiobookshelf: use built-in mechanism to skip binaries check 2024-09-02 12:23:31 +00:00
Sandro Jäckel
ca355f14c8
treewide: replace all pytest-cov patching outside of pythonPackages with pytest-cov-stub 2024-08-27 20:47:13 +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
Robert Schütz
60089c7941 authentik: fix dependencies 2024-08-13 04:43:22 -07:00
Pol Dellaiera
f5c911dc05
Merge pull request #333413 from r-ryantm/auto-update/autoprefixer
autoprefixer: 10.4.19 -> 10.4.20
2024-08-11 00:30:51 +02:00
Martin Joerg
4f3cf967e3 audiobookshelf: skip version checks
Make sure no external dependencies are downloaded, since we provide our own binaries.
Add nixos test as package test.
2024-08-10 14:07:26 +00:00
Adam Stephens
4776541b53
audiobookshelf: 2.12.2 -> 2.12.3 2024-08-10 12:37:11 +00:00
R. Ryantm
da5490d386 audiobookshelf: 2.11.0 -> 2.12.2 2024-08-09 22:42:20 +00:00
R. Ryantm
98cff1fe53 autoprefixer: 10.4.19 -> 10.4.20 2024-08-09 10:02:38 +00:00
natsukium
5b87403b6e autotools-language-server: propagate tree-sitter_0_21 instead of tree-sitter 2024-08-07 11:39:13 +03:00
Pyrox
04c0c779b7
auto-changelog: remove usage of mkYarnPackage 2024-08-03 22:24:14 -04:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Sigmanificient
6dd44107ac treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
github-actions[bot]
2567b049bd
Merge master into staging-next 2024-07-25 18:00:59 +00:00
Peder Bergebakken Sundt
3099ccf78e
Merge pull request #329151 from B4dM4n/fix-authentik
authentik: Fix runtime errors
2024-07-25 19:58:37 +02:00
Fabian Möller
a7668fa167
authentik: Fix runtime errors 2024-07-23 12:30:33 +02:00
github-actions[bot]
09a27d5bc1
Merge master into staging-next 2024-07-23 00:02:18 +00:00
Sergei Trofimovich
93d84f953f autoprefixer.tests: fix the eval
Without the change thee val fails as:

    $ nix build --no-link -f. autoprefixer.tests
    ...
       error: attribute 'packageName' missing
       at pkgs/by-name/au/autoprefixer/tests/simple-execution.nix:4:26:
            3| let
            4|   inherit (autoprefixer) packageName version;
             |                          ^
            5| in
2024-07-22 22:28:14 +01:00
github-actions[bot]
6ff8a10a87
Merge master into staging-next 2024-07-21 06:01:25 +00:00