1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
Commit graph

718909 commits

Author SHA1 Message Date
Aleksana a1e40d4f4f
sidplayfp: 2.11.0 -> 2.12.0 (#362235) 2024-12-08 19:16:17 +08:00
aucub 4df4b61819 kazumi: 1.4.4 -> 1.4.5 2024-12-08 19:15:57 +08:00
Aleksana 93dc9803a1
wipeout-rewrite: 0-unstable-2024-07-07 -> 0-unstable-2024-11-09 (#362241) 2024-12-08 19:15:23 +08:00
Aleksana 87848285c9
python312Packages.pybids: 0.17.2 -> 0.18.1 (#359712) 2024-12-08 19:12:57 +08:00
R. Ryantm 19f3040051 wambo: 0.3.1 -> 0.4.0 2024-12-08 11:10:31 +00:00
Aleksana 7a7cab08b6
immich: 1.121.0 -> 1.122.1 (#362233) 2024-12-08 19:05:36 +08:00
R. Ryantm f89e66967c python312Packages.pycep-parser: 0.4.2 -> 0.5.1 2024-12-08 11:00:05 +00:00
nixpkgs-merge-bot[bot] 8e2e89ad7c
scip-go: 0.1.21 -> 0.1.22 (#362903) 2024-12-08 10:59:57 +00:00
Aleksana ba4ec0bbf9
python312Packages.meilisearch: 0.32.0 -> 0.33.0 (#362852) 2024-12-08 18:59:07 +08:00
Damien Cassou 506b5c43f9
crowdin-cli: 4.3.0 -> 4.4.1 (#362877) 2024-12-08 11:55:58 +01:00
Aleksana 5b36997b92
python3Packages.pym3u8downloader: init at 0.1.5 (#335463) 2024-12-08 18:52:08 +08:00
nixpkgs-merge-bot[bot] 5af4c8640f
committed: 1.0.20 -> 1.1.2 (#362914) 2024-12-08 10:46:17 +00:00
scribam 8da333068d flycast : 2.3.2 -> 2.4 2024-12-08 11:44:01 +01:00
Gliczy db419b1c25 swayimg: add myself as maintainers 2024-12-08 11:42:58 +01:00
Gliczy 9338ba39f1 swayimg: 3.5 -> 3.6 2024-12-08 11:41:32 +01:00
aucub 18843afdea flclash: 0.8.68 -> 0.8.69 2024-12-08 18:36:19 +08:00
R. Ryantm 32b7ca4138 roxctl: 4.5.4 -> 4.6.0 2024-12-08 10:30:56 +00:00
Aleksana b7a11231ac
gnome-decoder : 0.4.1 -> 0.6.1 (#362978) 2024-12-08 18:30:09 +08:00
R. Ryantm c266e9e046 semantic-release: 24.1.2 -> 24.2.0 2024-12-08 10:29:31 +00:00
Aleksana 98b5591e5c
nixos/rygel: add package option (#355987) 2024-12-08 18:22:43 +08:00
Pol Dellaiera 74529de26d
vscode-extensions.mongodb.mongodb-vscode: 1.9.3 -> 1.10.0 (#363142) 2024-12-08 11:20:43 +01:00
nixpkgs-merge-bot[bot] 2ff3a17ec4
libmediainfo: 24.06 -> 24.11 (#361289) 2024-12-08 10:10:18 +00:00
R. Ryantm 61351fb050 signal-cli: 0.13.9 -> 0.13.10 2024-12-08 10:08:14 +00:00
R. Ryantm c8a4f2060e slumber: 2.2.0 -> 2.3.0 2024-12-08 10:07:29 +00:00
R. Ryantm 82c1a15239 vscode-extensions.mongodb.mongodb-vscode: 1.9.3 -> 1.10.0 2024-12-08 10:02:28 +00:00
nixpkgs-merge-bot[bot] 9f4ab93a01
mediainfo: 24.06 -> 24.11.1 (#361290) 2024-12-08 09:56:28 +00:00
R. Ryantm 11a529d9aa python312Packages.bimmer-connected: 0.16.4 -> 0.17.2 2024-12-08 09:48:44 +00:00
Aleksana d948915b09
dprint: enable doCheck with some skips (#362498) 2024-12-08 17:43:32 +08:00
Aleksana 80391c8b50
mighty-mike: init at 3.0.2-unstable (#355139) 2024-12-08 17:39:59 +08:00
Doron Behar 54121ecb51
gotify-server: 2.5.0 -> 2.6.1 (#363013) 2024-12-08 11:38:03 +02:00
Aleksana 5ff3922534
nhost-cli: 1.27.1 -> 1.28.1 (#362856) 2024-12-08 17:37:22 +08:00
Anthony Rodriguez 0ffaf9bfca
bolt-launcher: init at 0.9.0
Added bolt-launcher, an alternative launcher for Runescape 3 / Old
School Runescape.

https://github.com/Adamcake/Bolt/releases/tag/0.9.0

bolt-launcher: add plugin loader for rs3

Building the app with luajit, which allows for Runescape 3 plugin
loading.

bolt-launcher: add runescape 3 dependencies

Added Runescape 3 dependencies inside the buildFHSEnv, so that it can be
used by the binary (downloaded from the internet by bolt-launcher
itself, hence why the fhs env is needed here).

bolt-launcher: fix dependency issues

Added libbolt-plugin.so into $out/lib, which allows the program to use
the Runescape 3 plugin loader. Also updated the mainProgram as well as
runScript so that the program can be ran from nix run instead of just
being able to be ran manually.

Add feature flags for RS3 and HDOSAndRuneLite as well as .desktop and icon file support (#1)

* Add enable flags for RS3 and HDOSAndRuneLite

* Add .desktop and icon

* Fix formatting w/ nixfmt

* Remove enableHDOSAndRuneLite feature flag

* Fix formatting

Co-authored-by: Thomas King <thomas@tomking.io>
2024-12-08 10:34:32 +01:00
Doron Behar 2c327da4c5
mympd: 18.1.2 -> 18.2.2 (#363104) 2024-12-08 11:32:41 +02:00
Aleksana 2a70dcd811
boxbuddy: 2.3.1 -> 2.5.0 (#363109) 2024-12-08 17:29:27 +08:00
R. Ryantm 32a7ea3b6b ord: 0.21.2 -> 0.21.3 2024-12-08 09:28:09 +00:00
Silvan Mosberger 944f47455e
lib: add defaultTo (#357681) 2024-12-08 10:24:42 +01:00
nixpkgs-merge-bot[bot] ad5d635772
quarkus: 3.15.1 -> 3.17.3 (#363026) 2024-12-08 09:22:05 +00:00
Aleksana b9d5919d30
check-sieve: init at 0.10 (#361940) 2024-12-08 17:16:25 +08:00
Aleksana 4eca165339
wormhole-william: install shell completions (#362652) 2024-12-08 17:13:06 +08:00
nixpkgs-merge-bot[bot] ca0cd01cc0
tpnote: 1.24.9 -> 1.24.10 (#362971) 2024-12-08 09:12:33 +00:00
Fabian Affolter 89d36600c9
python312Packages.llama-cloud: 0.1.4 -> 0.1.6 (#361696) 2024-12-08 10:10:12 +01:00
Fabian Affolter 71fa10deb3
godspeed: unstable-2021-08-27 -> 1.0 (#362810) 2024-12-08 10:07:42 +01:00
Fabian Affolter 0600211f4f
python312Packages.roadrecon: 1.5.0 -> 1.6.0 (#361705) 2024-12-08 10:06:16 +01:00
Fabian Affolter 14201a8ad0
yara-x: 0.11.0 -> 0.11.1 (#362596) 2024-12-08 10:05:23 +01:00
Fabian Affolter a4b3fb4fd7
trufflehog: 3.84.2 -> 3.85.0 (#362770) 2024-12-08 10:04:30 +01:00
Fabian Affolter d70223fcef
conkeyscan: 1.0.0 -> 1.1.0 (#362696) 2024-12-08 10:03:31 +01:00
Fabian Affolter 56b9ef4fa3
keepwn: 0.4 -> 0.5 (#362819) 2024-12-08 10:03:08 +01:00
R. Ryantm 62d5034ad7 telepresence2: 2.20.2 -> 2.20.3 2024-12-08 09:00:44 +00:00
Fabian Affolter cf43ba2529
openrisk: add versionCheckHook (#362883) 2024-12-08 09:59:21 +01:00
Fabian Affolter 25efd50039
python312Packages.twentemilieu: 2.1.0 -> 2.2.0 (#362872) 2024-12-08 09:59:10 +01:00