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

176 commits

Author SHA1 Message Date
R. Ryantm 03a0ef64ea doublecmd: 1.1.17 -> 1.1.18 2024-09-22 00:45:34 +00:00
Nick Cao 13325632bf
dotter: 0.13.2-unstable-2024-08-02 -> 0.13.3 (#335357) 2024-09-20 18:39:13 -04:00
R. Ryantm 778d506a69 docfd: 8.0.2 -> 8.0.3 2024-09-19 08:16:31 +00:00
R. Ryantm cbb1ba9314
dotter: 0.13.2-unstable-2024-08-02 -> 0.13.3 2024-09-18 13:57:32 -04:00
nicoo 2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
Masum Reza 8966ab8ca3
treewide: adopt some unmaintained GTK packages (#341829) 2024-09-14 19:43:30 +05:30
aleksana bd36b81aed treewide: adopt some unmaintained GTK packages 2024-09-14 21:07:29 +08:00
R. Ryantm 1c001acbb9 doppler: 3.69.0 -> 3.69.1 2024-09-13 07:20:31 +00:00
R. Ryantm 7b21976a44 dopamine: 3.0.0-preview.32 -> 3.0.0-preview.33 2024-09-10 08:20:57 +00:00
OTABI Tomoya b52644f179
dotenvx: 1.8.0 -> 1.14.0 (#337739) 2024-09-10 10:35:00 +09:00
R. Ryantm 959c9e7b6b dotenvx: 1.8.0 -> 1.14.0 2024-09-09 22:24:33 +00:00
Weijia Wang 128bf09864
dopamine: 3.0.0-preview.31 -> 3.0.0-preview.32 (#337812) 2024-09-09 20:52:46 +02:00
R. Ryantm d46b732b94 docker-credential-gcr: 2.1.23 -> 2.1.25 2024-09-09 04:40:08 +00:00
R. Ryantm 91466cae59 docfd: 8.0.1 -> 8.0.2 2024-09-08 03:47:38 +00:00
lassulus 6d973e42d9
docfd: 7.0.0 -> 8.0.1 (#337919) 2024-09-01 10:04:21 +02:00
Vincent Laporte 43b6851327 docfd: remove spurrious dependency on domainslib 2024-08-30 13:55:37 +02:00
John Garcia e049c50c2d docfd: 7.0.0 -> 8.0.1 2024-08-28 16:08:58 +01:00
R. Ryantm a153ea8a8d dopamine: 3.0.0-preview.31 -> 3.0.0-preview.32 2024-08-27 22:51:13 +00:00
R. Ryantm fd8a665d23 downonspot: 0.5.1 -> 0.6.0 2024-08-27 00:44:14 +00:00
nixpkgs-merge-bot[bot] e5f8186809
Merge pull request #335964 from r-ryantm/auto-update/doublecmd
doublecmd: 1.1.16 -> 1.1.17
2024-08-22 02:38:28 +00:00
R. Ryantm 0f3d70d295 dotenvx: 1.7.0 -> 1.8.0 2024-08-21 12:37:20 +00:00
R. Ryantm 2b28845f00 doublecmd: 1.1.16 -> 1.1.17 2024-08-20 01:35:50 +00:00
R. Ryantm b9c3f08cbd doomretro: 5.4 -> 5.5.1 2024-08-14 23:19:46 -03:00
Anderson Torres 8a03e0357a doomretro: rework
- nixfmt-rfc-style
- delete meta.changelog
2024-08-14 23:19:46 -03:00
Anderson Torres 40d9cf0c86 doomretro: migrate to by-name 2024-08-14 23:19:46 -03:00
R. Ryantm c846d93d74 dopamine: 3.0.0-preview.29 -> 3.0.0-preview.31 2024-08-14 07:51:52 +00:00
linsui 7d32108dcc dotter: 0.13.2 -> 0.13.2-unstable-2024-08-02 2024-08-11 22:45:01 +02:00
linsui 200a81b3f0 dotter: format with rfc style 2024-08-11 22:45:01 +02:00
linsui 44e7e48778 dotter: move to by-name 2024-08-11 22:45:01 +02:00
R. Ryantm 419c0fbb92 dotenvx: 1.6.4 -> 1.7.0 2024-08-10 00:35:10 +00:00
R. Ryantm 491424e4d1 dopamine: 3.0.0-preview.27 -> 3.0.0-preview.29 2024-08-06 12:20:12 +00:00
Pyrox 1130d8c4bc
dotenv-cli: remove usage of mkYarnPackage 2024-08-02 23:57:05 -04:00
Pol Dellaiera 6ff78dd8c7
Merge pull request #330518 from khaneliman/dooit
dooit: fix build, reformat
2024-07-30 10:49:59 +02:00
Austin Horstman 8a7674c76e
dooit: format 2024-07-30 00:42:53 -05: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
Austin Horstman c32bbdcde9
dooit: pin to python 3.11
Dependency is pinned below 3.12 need to as well
2024-07-27 16:48:28 -05:00
R. Ryantm 99e242bd68 downonspot: 0.5.0 -> 0.5.1 2024-07-26 13:22:41 +00:00
R. Ryantm ddb74cdb93 docker-credential-gcr: 2.1.22 -> 2.1.23 2024-07-24 05:06:27 +00:00
Nick Cao f8f32f10d9
Merge pull request #329077 from r-ryantm/auto-update/dotenvx
dotenvx: 1.6.1 -> 1.6.4
2024-07-22 16:52:37 -04:00
Paul Nicholson 1049aef047
doppler: fix build failure with shell completion (#326008)
Sets the HOME environment variable to a temporary dir, as the cli attempts to run a setup routine which creates a directory under the user's home

Fixes #325915

also fix cross-compilation
2024-07-22 19:48:39 +02:00
R. Ryantm 8a63ab2aed dotenvx: 1.6.1 -> 1.6.4 2024-07-22 06:00:49 +00:00
nixpkgs-merge-bot[bot] a1740ea605
Merge pull request #327574 from r-ryantm/auto-update/dopamine
dopamine: 3.0.0-preview.26 -> 3.0.0-preview.27
2024-07-19 10:49:02 +00:00
R. Ryantm e393b46b39 dopamine: 3.0.0-preview.26 -> 3.0.0-preview.27 2024-07-16 06:34:09 +00:00
Jonas Heinrich 0cbfd3a177 downonspot: unstable-2024-04-30 -> 0.5.0 2024-07-15 12:10:01 +02:00
R. Ryantm d9bcdf7045 dotenvx: 1.5.0 -> 1.6.1 2024-07-12 15:05:25 +00:00
OTABI Tomoya 42ee2bf85f
Merge pull request #324465 from natsukium/dotenvx/init
dotenvx: init at 1.5.0
2024-07-12 14:37:51 +09:00
Paul Meyer fee49b1cd6 doggo: 0.5.7 -> 1.0.4
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-07-06 12:22:33 +02:00
Martin Weinelt fda13875da Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/deebot-client/default.nix
- pkgs/development/python-modules/pytest-examples/default.nix
- pkgs/development/python-modules/w3lib/default.nix
2024-07-05 13:04:01 +02:00
Aleksana fcef8d5b85
Merge pull request #315465 from Guanran928/dopamine
dopamine: init at 3.0.0-preview.26
2024-07-05 13:06:13 +08:00
Guanran Wang 4cb753500b
dopamine: init at 3.0.0-preview.26
Co-authored-by: Leonardo Eugênio <lelgenio@lelgenio.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-07-04 12:41:14 +08:00