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

26 commits

Author SHA1 Message Date
Fabian Affolter 30d5ef6576 elasticsearch-curator: 8.0.15 -> 8.0.16
Diff: https://github.com/elastic/curator/compare/refs/tags/v8.0.15...v8.0.16

Changelog: https://github.com/elastic/curator/releases/tag/v8.0.16
2024-08-17 10:00:02 +02:00
Emily eb9dbcd4e1
Merge pull request #334638 from emilazy/push-twxurolyowvm
olm: mark as vulnerable
2024-08-16 20:04:09 +01:00
Emily bbfd5d1085 {cinny-unwrapped,element-call,fluffychat,jitsi-meet}: inherit vulnerabilities from olm
These vendor the libolm code.
2024-08-16 17:34:49 +01:00
R. Ryantm 3a86a88d01 elvish: 0.20.1 -> 0.21.0 2024-08-15 00:40:12 +00:00
Julius Michaelis 6a9beaf893 treewide: skip generating shell completions using $out/bin/… when cross compiling
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:

  postInstall = ''
    installShellCompletion --cmd foo \
      --bash <($out/bin/foo completion bash) \
      …

This commit just guards those with

lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)

splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09: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 6dd44107ac treewide: remove unused lib (and other) arguments 2024-07-26 11:18:09 +02:00
github-actions[bot] b66506a79e
Merge staging-next into staging 2024-07-12 12:01:44 +00:00
Doron Behar deace1dcd7 element-call: use yarn{Config,Build}Hook instead of mkYarnPackage 2024-07-10 09:39:06 +03:00
aleksana a9709c299b treewide: change cargoSha256 with SRI hash to cargoHash 2024-07-03 21:53:11 +08:00
Alexis Hildebrandt 755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Sandro 82d00c4e36
Merge pull request #300966 from kilimnik/element-call
element-call: init at 0.5.16; lk-jwt-service: init at main
2024-05-26 21:37:25 +02:00
Daniel Kilimnik 200a4b3a10 element-call: init at 0.5.16 2024-05-25 13:11:37 +02:00
Fabian Affolter dcd42c5896 elasticsearch-curator: format with nixfmt 2024-04-11 15:24:53 +02:00
Fabian Affolter 1d5c336aa6 elasticsearch-curator: 8.0.12 -> 8.0.15
Diff: https://github.com/elastic/curator/compare/refs/tags/v8.0.12...v8.0.15

Changelog: https://github.com/elastic/curator/releases/tag/v8.0.15
2024-04-11 15:24:38 +02:00
Anthony Roussel 2ac8d67212
elasticsearch-curator: move to by-name 2024-03-24 12:11:28 +01:00
stuebinm ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Fernando Ayats 9f9670c142 elf-info: init at 0.3.0 2024-02-27 09:40:27 +01:00
R. Ryantm f5f56791e9 elvish: 0.20.0 -> 0.20.1 2024-02-15 15:29:04 +00:00
R. Ryantm b3f1b0d4c2 elvish: 0.19.2 -> 0.20.0 2024-02-13 14:23:41 +01:00
R. Ryantm 52b6b9051a elektroid: 3.0 -> 3.0.1 2024-01-30 15:31:31 +00:00
Weijia Wang 26ab3c9b8c
Merge pull request #282279 from r-ryantm/auto-update/elektroid
elektroid: 2.5.2 -> 3.0
2024-01-27 19:53:54 +01:00
R. Ryantm 9849089656 elektroid: 2.5.2 -> 3.0 2024-01-20 09:21:21 +00:00
marble adbb849cd1 elf2nucleus: init at 0.1.0 2024-01-20 09:41:55 +01:00
Andrew Bruce 39d16c0d30 elektroid: move to name-based directory package 2024-01-03 10:17:50 +00:00
Anderson Torres c3f4c7f54c elvish: refactor
- move installCheck to passthru.tests
- migrate to by-name
2023-09-19 00:02:22 -03:00