Commit Graph

802 Commits

Author SHA1 Message Date
Weijia Wang
556c0b48d4 circumflex: 4.3 -> 5.0 (#535924) 2026-08-16 20:26:30 +00:00
nixpkgs-ci[bot]
5775b5651f civicrm: 6.16.2 -> 6.17.2 (#550912) 2026-08-16 16:26:44 +00:00
Weijia Wang
d59656d0e6 civo: 1.5.1 -> 1.5.4 (#522356) 2026-08-16 13:28:29 +00:00
Weijia Wang
e7c1e1e223 cirrus-cli: 0.165.1 -> 1.0.0 (#502097) 2026-08-16 07:41:52 +00:00
R. Ryantm
06f967053e cider-2: 4.0.9.1 -> 4.0.17 2026-08-15 18:44:16 +00:00
Janne Heß
5a6d0ee976 treewide: Drop a lot of my maintainership
I do not have the time or energy to handle all of this. Let alone my
GitHub notifications. This PR is in good faith and does not refer to
anything community-related. I will keep on doing nixpkgs work but the
pile of shame (let's call it that) needs to be cleaned. Thanks to
@mweinelt which whom I had a discussion and who made me aware of this
issue.
2026-08-12 16:24:54 +02:00
whispers
c7404c9232 libappindicator-gtk3: make alias for libappindicator 2026-08-10 23:03:31 -04:00
R. Ryantm
9a8484d812 civicrm: 6.16.2 -> 6.17.2 2026-08-09 21:23:56 +00:00
Ben Siraphob
9328e894fd pkgs/by-name: fix typos (#549386) 2026-08-07 19:02:08 +00:00
Nick Cao
5f8ad88282 cine: 1.8.0 -> 1.8.2 (#549940) 2026-08-07 17:47:10 +00:00
Gergő Gutyina
afb4584a80 cinny-unwrapped: 4.12.3 -> 4.12.6, cinny-desktop: 4.12.5 -> 4.12.6 (#548438) 2026-08-07 10:21:50 +00:00
R. Ryantm
5c6800ac0e cine: 1.8.0 -> 1.8.2 2026-08-06 17:20:52 +00:00
Ben Siraphob
5506449838 pkgs/by-name: fix typos
Assisted-by: Claude Code (claude-opus-5)
2026-08-05 09:56:33 -07:00
Tom Herbers
70f33be0b0 cinny-desktop: 4.12.5 -> 4.12.6
Changelog: https://github.com/cinnyapp/cinny-desktop/releases/tag/v4.12.6

Diff: https://github.com/cinnyapp/cinny-desktop/compare/v4.12.5...v4.12.6
2026-08-02 16:51:09 +02:00
Tom Herbers
f04ab55e3b cinny-unwrapped: 4.12.3 -> 4.12.6
Changelog: https://github.com/cinnyapp/cinny/releases/tag/v4.12.6

Diff: https://github.com/cinnyapp/cinny/compare/v4.12.3...v4.12.6
2026-08-02 16:50:19 +02:00
R. Ryantm
64df900ce0 circumflex: 4.3 -> 5.0 2026-08-01 23:23:33 +00:00
R. Ryantm
b3dddddd68 civicrm: 6.16.1 -> 6.16.2 2026-07-31 15:56:42 +00:00
Nick Cao
e074cad1c2 cilium-cli: 0.19.6 -> 0.19.7 (#546871) 2026-07-29 19:06:03 +00:00
Sandro
c88132747e cider-2: capture hotfix increment in update script (#546826) 2026-07-29 14:36:16 +00:00
R. Ryantm
5603d31e0a cilium-cli: 0.19.6 -> 0.19.7 2026-07-28 23:14:26 +00:00
Antoine Cotten
04f7f28c5a cider-2: capture hotfix increment in update script
Cider has so far been following a semantic versioning, but the latest
hotfix release (v4.0.9.1) obliges us to consider a fourth segment in the
version to prevent the update bot from returning the package to its non
hotfixed version.
2026-07-28 23:07:26 +02:00
Nick Cao
87f09baed4 cine: 1.7.4 -> 1.8.0 (#546619) 2026-07-28 20:05:48 +00:00
Peder Bergebakken Sundt
b935fd5643 cider-2: prefer RPATH injection to LD_LIBRARY_PATH (#545689) 2026-07-28 15:26:44 +00:00
Peder Bergebakken Sundt
12a40fe572 cider-2: rename icon to match app name (#545676) 2026-07-28 15:13:18 +00:00
R. Ryantm
b989b125bb cine: 1.7.4 -> 1.8.0 2026-07-28 10:26:17 +00:00
Nikolay Korotkiy
44f4598beb civicrm: 6.15.3 -> 6.16.1 (#544540) 2026-07-26 08:06:52 +00:00
Antoine Cotten
80e24d02b6 cider-2: prefer RPATH injection to LD_LIBRARY_PATH
Appends libGL's lib/ directory to the application libraries' RPATH
instead of exporting it in LD_LIBRARY_PATH.

The only reason for us to have libGL as a dependency in Cider is because
ANGLE dlopen's it in the --type=gpu-process subprocess spawned by the
main Cider application.

The LD_LIBRARY_PATH approach works, but it is leaky: those paths are
inherited by every child process and they apply to all dlopens,
including the ones by processes Cider spawns which are unrelated to
gpu-process.
2026-07-25 18:55:37 +02:00
Antoine Cotten
434529a87d cider-2: remove superfluous package files
.icns and .ico files are specific to macOS and Windows respectively.

.desktop files under lib/ are unused artifacts left over from upstream
packaging.
2026-07-25 18:37:18 +02:00
Antoine Cotten
0f9921d77e cider-2: rename icon to match app name
For the same reason that this package uses the app name 'cider-2': it
prevents a naming conflict with the 'cider' package.
2026-07-25 18:34:34 +02:00
nixpkgs-ci[bot]
d251e33662 cine: 1.7.0 -> 1.7.4 (#543419) 2026-07-24 19:26:35 +00:00
Bobby Rong
98f8cb2a05 cinnamon: 6.6.8 -> 6.6.9 (#544726) 2026-07-24 15:41:54 +00:00
Bobby Rong
3720822ed9 cinnamon: 6.6.8 -> 6.6.9
https://github.com/linuxmint/cinnamon/compare/6.6.8...6.6.9
2026-07-23 08:38:57 +08:00
R. Ryantm
d778e8bd44 civicrm: 6.15.3 -> 6.16.1 2026-07-22 12:38:40 +00:00
夜坂雅
88ebd9f5ec cider: drop 2026-07-22 10:57:35 +08:00
Marek Fajkus
bdc4d3982e civicrm init at 6.15.3 (#537513) 2026-07-21 14:40:51 +02:00
xyberstian
c6a64e8e45 civicrm: init at 6.15.3 2026-07-19 17:12:08 +02:00
R. Ryantm
138a53d672 cine: 1.7.0 -> 1.7.4 2026-07-19 05:25:33 +00:00
Austin Horstman
5d7652f2c6 citrix-workspace: fix icaroot passthru (#542713) 2026-07-17 21:04:37 +00:00
Atemu
a083d693a1 sable-unwrapped: init at 1.19.4 (#510892) 2026-07-17 19:13:22 +00:00
Austin Horstman
0d685d4908 citrix-workspace: fix icaroot passthru
passthru.icaroot used an output placeholder outside a derivation string
context, so module consumers received an unresolved path. Define the
derivation with finalAttrs, then derive icaroot from finalPackage to
expose the actual store path.
2026-07-16 14:44:49 -05:00
Nick Cao
5274ac5fef cilium-cli: 0.19.5 -> 0.19.6 (#542026) 2026-07-15 19:28:36 +00:00
Austin Horstman
c8f7e66563 citrix-workspace: install MIME definitions and app icon (#541935) 2026-07-15 18:27:54 +00:00
Austin Horstman
7930f4ec1c citrix-workspace: drop unused gtk2-era inputs (#541937) 2026-07-15 18:27:49 +00:00
Jo
134518cebe treewide: avoid using singleton lists for licenses (#535754) 2026-07-15 18:25:37 +00:00
Eman Resu
ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04:00
Eman Resu
9d26adcd20 treewide: avoid using singleton lists for licenses 2026-07-15 13:56:52 -04:00
Eman Resu
8598be00d1 cider-2: minor fixes and cleanup (#538337) 2026-07-15 13:59:09 +00:00
R. Ryantm
294553f5b3 cilium-cli: 0.19.5 -> 0.19.6 2026-07-15 01:30:35 +00:00
Austin Horstman
aeb6152ad7 citrix-workspace: install MIME definitions and app icon
hinst registers Citrix-mime_types.xml and the Citrix-Receiver icon via
xdg tooling; without them the application/x-ica and
application/vnd.citrix.receiver.configure types are undefined and the
desktop entries reference a missing icon. Install both into share/, and
copy only *.desktop into share/applications so the MIME XML no longer
lands there.
2026-07-14 15:05:47 -05:00
Austin Horstman
7454e52680 citrix-workspace: remove stale wfica.sh launcher
hinst writes an FHS wfica.sh launcher even on non-root installs; it
hardcodes /opt/Citrix paths and carries none of the wrapper environment,
so it is dead weight in the store.
2026-07-14 15:00:22 -05:00