Commit Graph
511605 Commits
Author SHA1 Message Date
Robert SchützandGitHub 2b0e577105 Merge pull request #246664 from dotlambda/lektor-top-level
lektor: remove from python3Packages
2023-08-05 01:03:19 +00:00
Robert SchützandGitHub c12de5e433 Merge pull request #246720 from dotlambda/mrkd-top-level
mrkd: remove from python3Packages
2023-08-05 01:02:55 +00:00
Robert SchützandGitHub 4f0f72ef26 Merge pull request #246434 from dotlambda/balanceofsatoshis-buildNpmPackage
balanceofsatoshis: use buildNpmPackage
2023-08-05 01:02:33 +00:00
Robert SchützandGitHub c990b0f084 Merge pull request #246145 from dotlambda/karma-runner-init
nodePackages.karma: use buildNpmPackage
2023-08-05 01:01:13 +00:00
Robert SchützandGitHub 85725409b4 Merge pull request #246155 from dotlambda/markdownlint-cli-buildNpmPackage
markdownlint-cli: use buildNpmPackage
2023-08-05 00:59:39 +00:00
Andrey AlekseenkoandAnderson Torres 2f707365e2 gromacs: update meta
- license is now lgpl21Plus
- accurate longDescription
2023-08-05 00:44:04 +00:00
Martin WeineltandGitHub a4937859a8 Merge pull request #247221 from mweinelt/firefox-116.0.1
firefox-unwrapped: 116.0 -> 116.0.1
2023-08-05 02:42:17 +02:00
Fabian Affolter 26afb65e0e python311Packages.responses: 0.23.1 -> 0.23.3
Diff: https://github.com/getsentry/responses/compare/refs/tags/0.23.1...0.23.3

Changelog: https://github.com/getsentry/responses/blob/0.23.3/CHANGES
2023-08-05 02:38:30 +02:00
Weijia Wang b067d888c8 openjdk{8-20}: bump darwin version 2023-08-05 02:04:45 +02:00
github-actions[bot]andGitHub 16547be5c0 Merge master into staging-next 2023-08-05 00:02:07 +00:00
kashw2 ac6127bd6a infracost: 0.10.26 -> 0.10.27 2023-08-05 09:53:44 +10:00
Artturin 8eff2eea8c Revert "Revert "python3: splice python within python3Packages.callPackage""
This reverts commit 2ffca30cde.

`793cc9d982415b71cdba729cf779bfc49e9d2ae7` `python3: splice python within python3Packages.callPackage`
Was reverted because it broke
`pkgsCross.aarch64-multiplatform.python3Packages.cryptography`

But by reverting the revert `pkgsCross.aarch64-multiplatform.python3Packages.cryptography` still builds.

I tried reverting the 2 cryptography update commits, and it still
worked, so I do not know why this would work now.
2023-08-05 02:37:16 +03:00
Robert ScottandGitHub 5767e7b931 Merge pull request #247189 from dotlambda/mat2-0.13.4
python310Packages.mat2: 0.13.3 -> 0.13.4
2023-08-04 23:35:34 +01:00
Weijia Wang 0e267f84e0 guile-sdl: 0.5.2 -> 0.6.1 2023-08-05 00:29:06 +02:00
n3oney 02d604cd68 treewide: add meta.mainProgram 2023-08-05 00:11:04 +02:00
Bruno BELANYI 47253abc9f vimPlugins.cmp-async-path: init at 2023-01-16 2023-08-04 23:08:54 +01:00
Weijia WangandGitHub 18036c0be9 Merge pull request #247136 from xfix/flips-2023-03-15
flips: unstable-2021-10-28 -> unstable-2023-03-15
2023-08-05 00:07:22 +02:00
ArtturiandGitHub 771ed6de4e Merge pull request #247224 from ambroisie/flood-main-program 2023-08-05 00:40:12 +03:00
Weijia WangandGitHub c20e801089 Merge pull request #247015 from tomodachi94/update/craftos-pc/2.7.5
craftos-pc: 2.7.4 -> 2.7.5
2023-08-04 23:39:14 +02:00
Robert SchützandGitHub 3e2b6595b5 Merge pull request #244196 from dotlambda/ypy-websocket-0.12.1
python310Packages.ypy-websocket: 0.9.0 -> 0.12.1
2023-08-04 21:38:56 +00:00
Vladimír Čunát 44fbeaed37 thunderbirdPackages.thunderbird-102: 102.13.0 -> 102.14.0
Just security updates.  102 isn't very accessible on nixpkgs master,
but it's still the default on stable 23.05.
https://www.thunderbird.net/en-US/thunderbird/102.13.1/releasenotes/
https://www.thunderbird.net/en-US/thunderbird/102.14.0/releasenotes/
2023-08-04 23:33:31 +02:00
figsoda 27b6d3ade0 rtz: 0.4.2 -> 0.5.3
Diff: https://github.com/twitchax/rtz/compare/v0.4.2...v0.5.3

Changelog: https://github.com/twitchax/rtz/releases/tag/v0.5.3
2023-08-04 17:30:46 -04:00
Theodore Ni 166ff8fe1f treewide: fix sandbox darwin build 2023-08-04 14:30:05 -07:00
Andrew Marshall 27b7e86eef altserver: cleanup
- Remove unused arg
- Remove unneeded buildInput
- Remove redundant chmod +r
- Set meta.mainProgram
- Set meta.sourceProvenance as this is sourcing binary code
2023-08-04 17:29:18 -04:00
Andrew Marshall 3f8cf9b158 altserver-linux: rename from alt-server / AltServer-Linux
- Make pname all lowercase—do not transform AltServer -> alt-server, but
  to altserver as the name already has hyphens elsewhere, and many other
  packages (including the example in nixpkgs manual) do this
- Change variable and dir names to match pname as deviation seems
  unnecessary here and only leads to confusion; this project is also a
  variation on AltServer-Windows, so keeping the “-linux” seems
  warranted

From https://nixos.org/manual/nixpkgs/unstable/#sec-package-naming:

> The pname and the version attribute must not contain uppercase letters
> e.g., "mplayer" instead of “MPlayer”`.
2023-08-04 17:29:18 -04:00
Fabian AffolterandGitHub 22e652a317 Merge pull request #247170 from fabaff/sqlfluff-bump
sqlfluff: 2.1.2 -> 2.2.0
2023-08-04 23:23:25 +02:00
Bruno BELANYI 25bbc404a1 flood: fix mainProgram merge issue
The package was repackaged using `buildNpmPackage` ([1]). In parallel
its `meta.mainProgram` was defined for the old `node-packages.nix`
packaging format ([2]).

Both branches were merged almost at the same time, breaking the build.

[1]: https://github.com/NixOS/nixpkgs/pull/245435
[2]: https://github.com/NixOS/nixpkgs/pull/247095
2023-08-04 22:20:48 +01:00
Fabian AffolterandGitHub cd0dae675d Merge pull request #247179 from fabaff/aiounifi-bump
python311Packages.aiounifi: 50 -> 51
2023-08-04 23:20:02 +02:00
Fabian AffolterandGitHub 132ae24038 Merge pull request #247187 from fabaff/add-trailing-comma-bump
python311Packages.add-trailing-comma: 3.0.0 -> 3.0.1
2023-08-04 23:18:15 +02:00
Vladimír Čunát 575fd9d0cc thunderbird-unwrapped-bin: 115.0 -> 115.1.0
https://www.thunderbird.net/en-US/thunderbird/115.1.0/releasenotes/
2023-08-04 23:17:55 +02:00
Martin Weinelt fa10cfa9bf firefox-beta-bin-unwrapped: 117.0b2 -> 117.0b3 2023-08-04 23:17:17 +02:00
Martin Weinelt 09f3da0e65 firefox-devedition-bin-unwrapped: 117.0b2 -> 117.0b3 2023-08-04 23:16:41 +02:00
Vladimír Čunát 988f381d89 thunderbird-unwrapped: 115.0.1 -> 115.1.0
https://www.thunderbird.net/en-US/thunderbird/115.1.0/releasenotes/
2023-08-04 23:16:20 +02:00
Martin Weinelt 10e59781be firefox-devedition-unwrapped: 116.0b8 -> 117.0b3 2023-08-04 23:16:02 +02:00
Fabian AffolterandGitHub 6cc45831a0 Merge pull request #247190 from fabaff/google-cloud-securitycenter-bump
python311Packages.google-cloud-securitycenter: 1.23.1 -> 1.23.2
2023-08-04 23:15:53 +02:00
Martin Weinelt 2b01c7cc74 firefox-beta-unwrapped: 116.0b8 -> 117.0b3 2023-08-04 23:15:35 +02:00
Fabian AffolterandGitHub 98d6f1c0bf Merge pull request #247177 from fabaff/bc-detect-secrets-bump
python311Packages.bc-detect-secrets: 1.4.29 -> 1.4.30
2023-08-04 23:15:18 +02:00
Fabian AffolterandGitHub 2b3d17ad0e Merge pull request #247175 from fabaff/karton-core-bump
python311Packages.karton-yaramatcher: 1.2.0 -> 1.3.0, python311Packages.karton-core: 5.1.0 -> 5.2.0
2023-08-04 23:14:49 +02:00
Fabian AffolterandGitHub de3ab692bc Merge pull request #247174 from fabaff/sentry-sdk-bump
python311Packages.sentry-sdk: 1.28.1 -> 1.29.2
2023-08-04 23:14:22 +02:00
Theodore Ni ca73fb024a makeBinaryWrapper: remove cc dependency on aarch64-darwin 2023-08-04 14:12:56 -07:00
Fabian AffolterandGitHub 27ea6814de Merge pull request #246997 from fabaff/trufflehog-bump
trufflehog: 3.45.3 -> 3.46.3
2023-08-04 23:12:54 +02:00
Weijia WangandGitHub aa3df0ffdf Merge pull request #247052 from samuela/upkeep-bot/plexamp-4.8.2-1691108956
plexamp: 4.8.1 -> 4.8.2
2023-08-04 23:12:08 +02:00
Fabian AffolterandGitHub 81db303f0c Merge pull request #247171 from fabaff/mypy-boto3-builder-bump
python311Packages.mypy-boto3-builder: 7.17.1 -> 7.17.2
2023-08-04 23:11:46 +02:00
Martin Weinelt df0045875d firefox-bin-unwrapped: 116.0 -> 116.0.1
https://www.mozilla.org/en-US/firefox/116.0.1/releasenotes/
2023-08-04 23:10:57 +02:00
Fabian AffolterandGitHub 6d423a0644 Merge pull request #247140 from fabaff/qcs-api-client-bump
python311Packages.qcs-api-client: 0.21.5 -> 0.21.6
2023-08-04 23:10:30 +02:00
Fabian AffolterandGitHub 9b62c1bc05 Merge pull request #247141 from fabaff/gitignore-parser-bump
python311Packages.gitignore-parser: 0.1.4 -> 0.1.5
2023-08-04 23:10:19 +02:00
Martin Weinelt bc5eb66814 firefox-unwrapped: 116.0 -> 116.0.1
https://www.mozilla.org/en-US/firefox/116.0.1/releasenotes/
2023-08-04 23:10:10 +02:00
Fabian AffolterandGitHub 7ed2ac386a Merge pull request #247143 from fabaff/confection-bump
python311Packages.confection: 0.1.0 -> 0.1.1
2023-08-04 23:10:04 +02:00
figsoda 19ddd665f3 rust-script: 0.30.0 -> 0.31.0
Diff: https://github.com/fornwall/rust-script/compare/0.30.0...0.31.0

Changelog: https://github.com/fornwall/rust-script/releases/tag/0.31.0
2023-08-04 17:07:16 -04:00
Robert Schütz 98422c29fd lektor: add meta.mainProgram 2023-08-04 14:04:26 -07:00