1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00
Commit graph

204 commits

Author SHA1 Message Date
Pol Dellaiera 78b39adcda
mongodb-ce: 7.0.12 -> 7.0.14 2024-08-29 11:11:39 +02:00
R. Ryantm d3c10bb4a8 mosdepth: 0.3.8 -> 0.3.9 2024-08-28 01:22:07 +00:00
Pol Dellaiera 9a580596c1
Merge pull request #336805 from r-ryantm/auto-update/mongodb-compass
mongodb-compass: 1.43.5 -> 1.43.6
2024-08-23 23:57:29 +02:00
R. Ryantm b19f51a6dd mongodb-compass: 1.43.5 -> 1.43.6 2024-08-23 15:21:39 +00:00
lassulus 1ff5620544
Merge pull request #336750 from toastal/movim-0.27
movim: 0.26 → 0.27.1
2024-08-23 16:57:13 +02:00
toastal a5b6432dc8 movim: 0.26 → 0.27.1 2024-08-23 20:41:05 +07:00
Pol Dellaiera 4b0b32e5f5
mongodb-ce: fix darwin build 2024-08-23 14:02:03 +02:00
Sebastián Mancilla da59245f67
Merge pull request #333062 from r-ryantm/auto-update/mov-cli
mov-cli: 4.4.7 -> 4.4.8
2024-08-20 19:32:32 -04:00
Robert Schütz 5be6d6203b mollysocket: 1.4.0 -> 1.4.1
Diff: https://github.com/mollyim/mollysocket/compare/1.4.0...1.4.1

Changelog: https://github.com/mollyim/mollysocket/releases/tag/1.4.1
2024-08-18 10:47:16 -07:00
Philip Taron faa935f472
mousecape: remove with statements 2024-08-18 06:31:14 -07:00
Philip Taron aa20ccad78
modrinth-app-unwrapped: remove with statements 2024-08-18 06:31:14 -07:00
Peder Bergebakken Sundt bf6f2d79f0
Merge pull request #333959 from sysedwinistrator/moonlight-libdrm
moonlight-qt: add libdrm to buildInputs
2024-08-18 01:59:25 +02:00
Pol Dellaiera 8a47aefbef
Merge pull request #333623 from drupol/init/mongodb-ce/7-0-12
mongodb-ce: init at 7.0.12
2024-08-17 22:58:11 +02:00
Aaron Jheng 55e9b14c80
mongosh: 2.2.15 -> 2.3.0 2024-08-16 11:01:03 +00:00
Pol Dellaiera d3f2234775
mongodb-ce: init at 7.0.12 2024-08-16 01:10:13 +02:00
R. Ryantm c72939e6d2 mosdns: 5.3.1 -> 5.3.3 2024-08-15 01:23:41 +00:00
Luka Blaskovic e0c576a083 mountpoint-s3: 1.6.0 -> 1.8.0 2024-08-12 17:31:38 +02:00
Edwin Mackenzie-Owen 45db886a30 moonlight-qt: add libdrm to buildInputs
Listed as build requirement in source repo's README.
Required (at least in some cases) for hardware-accelerated video
decoding to work.
2024-08-11 19:43:33 +02:00
Nick Cao 88b79e87b4
Merge pull request #333793 from rgri/mouse-actions
mouse-actions: 0.4.4 -> 0.4.5
2024-08-11 10:57:52 -04:00
éclairevoyant 1c8d2e0713
Merge pull request #331635 from dlsf/mokuro
mokuro: 0.1.8 -> 0.2.1
2024-08-11 01:49:57 +00:00
robbi 9d9de9e017 mouse-actions: 0.4.4 -> 0.4.5 2024-08-10 17:46:22 -05:00
Mathias Zhang a0dd2b8964
mold: 2.32.1 -> 2.33.0 2024-08-08 11:35:11 +08:00
R. Ryantm 33fc5a846d mov-cli: 4.4.7 -> 4.4.8 2024-08-07 19:00:24 +00:00
Peder Bergebakken Sundt e1cbe61b07
Merge pull request #331185 from aaronjheng/mongosh
mongosh: 2.2.12 -> 2.2.15
2024-08-07 00:51:29 +02:00
Peder Bergebakken Sundt 48a27c6e54
Merge pull request #331148 from redyf/update-mods
mods: 1.4.1 -> 1.5.0
2024-08-07 00:48:47 +02:00
Nick Cao e3752cac89
Merge pull request #331419 from r-ryantm/auto-update/mongodb-compass
mongodb-compass: 1.43.4 -> 1.43.5
2024-08-03 10:37:05 -04:00
Daniel Scherf da6dfd6203
mokuro: 0.1.8 -> 0.2.1 2024-08-02 11:59:44 +02:00
R. Ryantm 5a4e1dae67 mongodb-compass: 1.43.4 -> 1.43.5 2024-08-01 01:46:30 +00:00
toastal 7bbf4e3b49 movim: 0.25.1 → 0.26 2024-07-31 14:12:14 +07:00
Aaron Jheng 0318ad95d7
mongosh: 2.2.12 -> 2.2.15 2024-07-31 01:47:14 +00:00
Aaron Jheng f6ae7ada49
mongosh: move to by-name 2024-07-31 01:44:25 +00:00
redyf 3f21af0330 mods: 1.4.1 -> 1.5.0
https://github.com/charmbracelet/mods/releases/tag/v1.5.0
2024-07-30 16:39:23 -03:00
Jörg Thalheim 5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
K900 24076029d2 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-28 01:04:35 +03:00
Sandro Jäckel f5a8430123
mouse_m908: fix pname, remove uncessary &&, other cleanup 2024-07-26 23:44:36 +02: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 61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
Artturin 60e9cffe2c Merge branch 'master' into staging-next 2024-07-22 22:53:31 +03:00
Florian 4420745f0a
Merge pull request #326060 from kylelovestoad/mouse_m908
mouse_m908: init at 3.4
2024-07-22 09:40:41 +02:00
kylelovestoad 0c94324315 mouse_m908: init at 3.4
mouse_m908: follow editorconfig
mouse_m908: apply requested changes
mouse_m908: fix dependency issue
2024-07-21 17:51:39 -04:00
github-actions[bot] f316203fda
Merge staging-next into staging 2024-07-19 00:03:05 +00:00
Jörg Thalheim 054c2d71f7
Merge pull request #328221 from nikstur/fix-overlay-etc
nixos/etc: handle mountpoints on top of /etc when switching
2024-07-18 21:59:30 +02:00
nikstur 6b71621423 move-mount-beneath: fix build on aarch64 2024-07-18 21:28:53 +02:00
Martin Weinelt 983077457f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
-	pkgs/development/python-modules/uvcclient/default.nix
-	pkgs/development/tools/rust/rust-analyzer/default.nix
2024-07-18 12:35:33 +02:00
R. Ryantm 8006a879f3 mov-cli: 4.4.5 -> 4.4.7 2024-07-17 03:30:25 +00:00
github-actions[bot] 31817540ee
Merge staging-next into staging 2024-07-14 18:01:37 +00:00
aleksana 592e3845c4 treewide: sha256 -> hash attribute for fetchgit 2024-07-14 19:10:08 +08:00
Vladimír Čunát 211398c03e
Merge branch 'staging-next' into staging 2024-07-14 08:35:35 +02:00
R. Ryantm c84b739d75 mousam: 1.3.1 -> 1.3.2 2024-07-13 20:22:47 +00:00
Martin Weinelt 176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00