Commit Graph
801953 Commits
Author SHA1 Message Date
Kenichi Kamiya 32146f41e4 podman-desktop: bump electron and pnpm version
Upstream v1.18.0 updated the versions of pnpm and electron, but these
changes were not reflected in the nixpkgs definition at the time of
2d72c6e808.

This commit aligns the versions accordingly.

* pnpm: https://github.com/podman-desktop/podman-desktop/commit/b56fde37dfa4ab8438971914c86e72dbe45ace08
* electron: https://github.com/podman-desktop/podman-desktop/commit/47b8f00228acf5e4dbdd84e4b22c900570458c92
2025-05-17 23:08:50 +09:00
Kenichi Kamiya 1a776b0958 podman-desktop: refine updateScript to bump electron and pnpm version 2025-05-17 23:08:50 +09:00
Gaétan LepageandGitHub 0f36a1adc5 python3Packages.kserve: 0.15.0 -> 0.15.1 (#407752) 2025-05-17 14:30:31 +02:00
Yohann BonifaceandGitHub f21da74e5b convertlit: fix build with GCC 14 (#407582) 2025-05-17 14:24:18 +02:00
Yohann BonifaceandGitHub c986e7088d pythonPackages.python-coinmarketcap: init at 0.6 (#398465) 2025-05-17 14:23:21 +02:00
Thomas GerbetandGitHub edb7184cf8 brave: 1.78.97 -> 1.78.102 (#407743) 2025-05-17 14:20:01 +02:00
9f33bfe286 moonlight: 1.3.18 -> 1.3.19 (#407713)
Co-authored-by: ilyist <ilyist@users.noreply.github.com>
2025-05-17 12:09:27 +00:00
AtemuandGitHub 2c25b7b552 dd_rescue: 1.99.8 -> 1.99.21 (#407889) 2025-05-17 14:02:15 +02:00
Yohann BonifaceandGitHub a7a1e725e4 maintainers: add email for jappie3 (#407892) 2025-05-17 13:56:54 +02:00
AtemuandGitHub 8d58e3fad3 signald: set jdkOnBuild (#407902) 2025-05-17 13:55:06 +02:00
dfb8bf17cf update-source-version: escape special characters when replacing url
URLs can contain characters that sed would consider special in the context of the regex pattern.

Let’s switch the URL replacement `sed` command to use POSIX Basic Regular Expression syntax to reduce the number of characters that need to be escaped:
https://www.gnu.org/software/sed/manual/html_node/BRE-syntax.html

Then, let’s escape all BRE special characters, plus the separator character `|` of the `s` command in the old URL pattern.

Similarly, the replacement part of the `s` command (new URL) can also contain special characters (e.g. the `&` character would be replaced with the whole matched expression), so we need to escape it as well:
https://www.gnu.org/software/sed/manual/html_node/The-_0022s_0022-Command.html

Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2025-05-17 13:33:36 +02:00
Atemu 4541097f67 signald: set jdkOnBuild
This is required if the building jdk is a different version than what is default
which is now 21.
2025-05-17 13:28:58 +02:00
AtemuandGitHub 49b6072f10 perl540Packages.SDL: fix build (#407869) 2025-05-17 13:10:59 +02:00
AtemuandGitHub d1a10e9182 python3Packages.pybullet: fix build with GCC 14 (#407872) 2025-05-17 13:09:39 +02:00
Jappie3 785badaac0 maintainers: add email for jappie3 2025-05-17 13:08:40 +02:00
Felix Singer 8bf69f4279 dd_rescue: Set mainProgram to dd_rescue
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-05-17 13:03:27 +02:00
Felix Singer 4fdf69a925 dd_rescue: 1.99.8 -> 1.99.21
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2025-05-17 13:01:28 +02:00
Jonas HeinrichandGitHub 794b624e67 foliate: 3.2.1 -> 3.3.0 (#407818) 2025-05-17 13:00:57 +02:00
AtemuandGitHub b7f84bbf90 kicad: 9.0.1 -> 9.0.2 (#406270) 2025-05-17 12:59:02 +02:00
AtemuandGitHub 6e1315080a darling-dmg: fix compilation (#405507) 2025-05-17 12:57:56 +02:00
Martin WeineltandGitHub 0f2f4519e1 solanum: 0-unstable-2025-02-25 -> 0-unstable-2025-05-11 (#407863) 2025-05-17 12:48:16 +02:00
Wolfgang WaltherandGitHub 31ea39ffbb CONTRIBUTING.md: fix link to format-check workflow (#407867) 2025-05-17 10:31:12 +00:00
Emil FreskandAtemu 9dfe55cac4 kicad: 9.0.1 -> 9.0.2 2025-05-17 12:26:02 +02:00
AtemuandGitHub 0b4a58a83d linuxPackages.rtl8189es: 2024-01-21 -> 2025-04-29, linuxPackages.rtl8189fs: 2024-01-22 -> 2025-05-04 (#406218) 2025-05-17 12:22:08 +02:00
Alexander BantyevandGitHub 941751e8cc llvmPackages: document adding a patch
The `getVersionFile` function in the LLVM packaging is a bit confusing.
Clarify its use by making a step-by-step instruction for adding new
patches.
2025-05-17 12:21:53 +02:00
AtemuandGitHub 506bec1d86 testers.shellcheck: specify script source path (#405192) 2025-05-17 12:20:22 +02:00
Gaétan LepageandGitHub 5c0c4807e4 forecast: 0-unstable-2025-04-12 -> 0-unstable-2025-05-15 (#407760) 2025-05-17 11:56:59 +02:00
Leona Maroni 295c2bd762 python3Packages.pybullet: fix build with GCC 14 2025-05-17 11:49:24 +02:00
Jan TojnarandGitHub 04634258c6 Merge gnome-keyring: fix cross compilation (#407664) 2025-05-17 11:47:39 +02:00
Grimmauld 308a79daab perl540Packages.SDL: fix build 2025-05-17 11:46:19 +02:00
Markus WamserandGitHub f15ca0f2a7 CONTRIBUTING.md: fix link to formt-check workflow 2025-05-17 11:41:11 +02:00
AleksanaandGitHub 84c09fc133 plattenalbum: 2.2.2 -> 2.3.0 (#406326) 2025-05-17 17:38:08 +08:00
39744bb46d fflogs: 8.17.1 -> 8.17.13 (#407828)
Co-authored-by: keysmashes <x-jxfpg5@keysmash.solutions>
2025-05-17 09:36:14 +00:00
AleksanaandGitHub 08471d777c curtail: 1.12.0 -> 1.13.0 (#394176) 2025-05-17 17:35:45 +08:00
AleksanaandGitHub f0cb4f1209 ascii-draw: 1.0.0 -> 1.1.0 (#404931) 2025-05-17 17:31:56 +08:00
R. Ryantm 4d4dcf3a4d solanum: 0-unstable-2025-02-25 -> 0-unstable-2025-05-11 2025-05-17 09:28:44 +00:00
AleksanaandGitHub 6c537b3d84 varia: 2025.1.24-1 -> 2025.4.22 (#397278) 2025-05-17 17:25:58 +08:00
Martin WeineltandGitHub f462e2564d acme: Add csr option (#376334) 2025-05-17 11:24:08 +02:00
AleksanaandGitHub b475c480ca bottles-unwrapped: 51.17 -> 51.21 (#403938) 2025-05-17 17:15:02 +08:00
AleksanaandGitHub f58d6d12d0 cinny-desktop: make more dependencies optional, don't double wrap binary (#407761) 2025-05-17 16:46:18 +08:00
AleksanaandGitHub 06a2a3a28b timetrap: migrate timetrap to by-name (#406189) 2025-05-17 16:43:47 +08:00
AleksanaandGitHub dcbe3f1781 html-ledger: migrate to by-name (#406196) 2025-05-17 16:43:02 +08:00
AleksanaandGitHub 4daf37744d projectlibre: 1.9.3 -> 1.9.8, move to pkgs/by-name (#405413) 2025-05-17 16:41:36 +08:00
Martin WeineltandGitHub 29a12c0a3d home-assistant: 2025.5.1 -> 2025.5.2 (#407749) 2025-05-17 10:39:06 +02:00
Martin Weinelt c07e0efd57 home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.244 -> 0.13.245
https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/refs/tags/0.13.245/CHANGELOG.md
2025-05-17 10:22:15 +02:00
Martin Weinelt 65d68f45ff python313Packages.homeassistant-stubs: 2025.5.1 -> 2025.5.2
https://github.com/KapJI/homeassistant-stubs/releases/tag/2025.5.2
2025-05-17 10:21:23 +02:00
AleksanaandGitHub 66282ee101 fedistar: combine frontend into main derivation (#407162) 2025-05-17 16:00:49 +08:00
Sefa EyeogluandGitHub b63b1ae590 vencord: 1.12.1 -> 1.12.2 (#407725) 2025-05-17 09:51:32 +02:00
AleksanaandGitHub 68e60677f2 cerca: init at 0-unstable-2025-05-10 (#405743) 2025-05-17 15:45:19 +08:00
K900andGitHub 363eeaaa1f kdePackages: Frameworks 6.14.0 -> 6.14.1 (#407830) 2025-05-17 10:40:48 +03:00