Commit Graph

51 Commits

Author SHA1 Message Date
John Titor
e09b683d18
exodus: 24.13.3 -> 24.17.5 2024-04-26 20:14:10 +05:30
R. Ryantm
6c4986b4ae exodus: 24.11.5 -> 24.13.3 2024-03-26 02:13:54 +00:00
R. Ryantm
b0b63f4ede exodus: 24.2.12 -> 24.11.5 2024-03-16 04:52:55 +00:00
R. Ryantm
bf1a92c099 exodus: 24.1.15 -> 24.2.12 2024-02-21 07:19:36 +00:00
R. Ryantm
7296553e58 exodus: 23.12.21 -> 24.1.15 2024-01-24 14:19:13 +00:00
R. Ryantm
40d6ff6f74 exodus: 23.12.7 -> 23.12.21 2023-12-26 06:42:47 +00:00
R. Ryantm
418d39f81a exodus: 23.11.6 -> 23.12.7 2023-12-15 07:38:54 +00:00
R. Ryantm
c542553491 exodus: 23.10.24 -> 23.11.6 2023-11-21 01:57:36 +00:00
R. Ryantm
89f912e2e2 exodus: 23.9.25 -> 23.10.24 2023-10-30 02:04:09 +00:00
oluceps
3c508c62c7
exodus: use fetchurl instead requireFile 2023-10-22 18:31:09 +08:00
oluceps
2e20fc3dbb
exodus: 23.5.22 -> 23.9.25 2023-10-09 01:07:14 +08:00
R. Ryantm
05087faf4d exodus: 23.5.8 -> 23.5.22 2023-06-03 14:14:43 +00:00
R. Ryantm
8bd588bb31 exodus: 23.4.10 -> 23.5.8 2023-05-19 00:35:04 +00:00
R. Ryantm
8d0a8a874a exodus: 23.3.13 -> 23.4.10 2023-04-17 23:27:02 +00:00
R. Ryantm
3dade082a1 exodus: 22.8.12 -> 23.3.13 2023-03-23 05:35:15 +00:00
Jean-Philippe Cugnet
a935fde791
exodus: fix source url 2023-01-15 17:20:51 +01:00
R. Ryantm
78ab54f547 exodus: 22.7.29 -> 22.8.12 2022-08-16 11:27:19 +00:00
Craftman7
9ad45c50f1 exodus: 22.7.15 -> 22.7.29 2022-08-01 16:17:49 -07:00
Craftman7
eb5b3617c2 exodus: add Crafter as maintainer 2022-08-01 16:12:46 -07:00
Craftman7
1da6ebcac6 exodus: Fix "Failed to load GLES library" 2022-07-31 13:39:41 -07:00
Craftman7
e4c840d442 exodus: 22.6.17 -> 22.7.15 2022-07-22 13:03:34 -07:00
Sandro
d43a7bbde2
Merge pull request #178192 from Craftzman7/exodus
exodus: 22.2.25 -> 22.6.17
2022-07-13 10:06:38 +02:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
Craftman7
d47874da48 exodus: 22.2.25 -> 22.6.17 2022-06-18 18:18:13 -07:00
R. Ryantm
9ae895e3c7 exodus: 22.2.11 -> 22.2.25 2022-03-03 13:52:02 +00:00
R. Ryantm
35e9fa3d13 exodus: 21.12.3 -> 22.2.11 2022-02-25 13:51:52 -08:00
R. RyanTM
41fc14e3ed
exodus: 21.10.25 -> 21.12.3
(#150190)
2022-02-19 22:36:33 +01:00
notusknot
3d29e43201
exodus: 20.8.19 -> 21.10.25 (#143047)
Co-authored-by: notusknot <notusknot@gmail.com>
2021-10-28 23:27:40 +02:00
Jean-Philippe Cugnet
8ad3441f2d
exodus: fix the desktop file patch
Escapes for ` and a %u have been added in upstream .desktop file, breaking the
patch in the derivation.
2021-08-27 18:18:41 +02:00
Guillaume Cugnet
8a1d57f6d7
exodus: 21.5.25 -> 21.8.19 2021-08-26 16:59:08 +02:00
R. RyanTM
2a21f96a6d exodus: 21.1.29 -> 21.5.25 2021-07-25 10:32:12 +02:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
R. RyanTM
2a68dd8590 exodus: 21.1.18 -> 21.1.29 2021-02-04 06:26:10 +00:00
R. RyanTM
2c3a8d9ec5 exodus: 21.1.7 -> 21.1.18 2021-01-21 23:38:47 +00:00
Sandro
10c8ab5e23
Merge pull request #109018 from 06kellyjac/exodus
exodus: 20.12.4 -> 21.1.7
2021-01-13 08:49:47 +01:00
06kellyjac
245e4b7961 exodus: 20.12.4 -> 21.1.7 2021-01-12 15:02:47 +00:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
01c14bd1bf exodus: 20.11.23 -> 20.12.4 2020-12-05 13:56:26 +00:00
R. RyanTM
9e311226e7 exodus: 20.11.21 -> 20.11.23 2020-12-01 23:29:31 +00:00
Sandro
6e63462954
Merge pull request #104799 from r-ryantm/auto-update/exodus
exodus: 20.11.10 -> 20.11.21
2020-11-24 22:43:22 +01:00
R. RyanTM
b660fbbbd9 exodus: 20.11.10 -> 20.11.21 2020-11-24 20:09:04 +00:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux 2020-11-24 12:42:06 -05:00
R. RyanTM
c05095f0af exodus: 20.10.23 -> 20.11.10 2020-11-13 05:25:05 +00:00
R. RyanTM
0b0edb46c2 exodus: 20.8.28 -> 20.10.23 2020-11-01 17:21:32 -08:00
Jan Tojnar
3825e74193 treewide: drop gnome2.pango alias 2020-10-25 23:48:29 +01:00
rople380
3487a7b8aa
exodus: 20.1.30 -> 20.8.28 2020-09-07 20:12:11 +10:00
Marek Mahut
38d84665d8 exodus: 19.5.24 -> 20.1.30 2020-02-10 16:27:20 +01:00
Marek Mahut
0dfcfe13d4 exodus: adding at-spi2-core dependency 2020-02-10 16:26:02 +01:00
Marek Mahut
ff06678927 exodus: adding exodus alias 2020-02-10 16:25:30 +01:00
Marek Mahut
d6474081d0 exodus: reformating 2020-02-10 16:24:59 +01:00