Commit Graph
562127 Commits
Author SHA1 Message Date
Anderson Torres 799c6a1fc7 seabios: refactor
- finalAttrs design pattern
- split outputs
- generate config file instead of inlining it
- tag distribution in EXTRAVERSION
- install the Csm16.bin biosfile to $out/share/seabios/ instead of $out/
- remove nested with
- add myself as maintainer
2023-12-11 08:22:52 -03:00
R. RyantmandAnderson Torres f0d62e899b seabios: 1.16.2 -> 1.16.3 2023-12-11 08:22:52 -03:00
Fabian Affolter d3edf81c96 python311Packages.zeroconf: 0.128.0 -> 0.128.4
Diff: https://github.com/jstasiak/python-zeroconf/compare/refs/tags/0.128.0...0.128.4

Changelog: https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.128.4
2023-12-11 12:22:38 +01:00
K900 3b235f0735 akkoma-frontends.admin-fe: build with Node 18
Doesn't build with Node 20
2023-12-11 14:10:01 +03:00
K900 14655c8d9a binaryen: fix build with Node 20 2023-12-11 14:08:45 +03:00
adisbladis 9a0a097a94 stdenv: Avoid allocating intermediate attrset when checking meta validity
This is a small performance optimization. It should be impercetible to most.

Benchmarks:

- Before
``` json
{
  "cpuTime": 0.2777960002422333,
  "envs": {
    "bytes": 3832648,
    "elements": 189513,
    "number": 144784
  },
  "gc": {
    "heapSize": 402915328,
    "totalBytes": 50229344
  },
  "list": {
    "bytes": 655304,
    "concats": 3249,
    "elements": 81913
  },
  "nrAvoided": 218962,
  "nrFunctionCalls": 127718,
  "nrLookups": 40946,
  "nrOpUpdateValuesCopied": 1563978,
  "nrOpUpdates": 8542,
  "nrPrimOpCalls": 113032,
  "nrThunks": 329605,
  "sets": {
    "bytes": 29774864,
    "elements": 1824537,
    "number": 36392
  },
  "sizes": {
    "Attr": 16,
    "Bindings": 16,
    "Env": 16,
    "Value": 24
  },
  "symbols": {
    "bytes": 235909,
    "number": 24432
  },
  "values": {
    "bytes": 9691392,
    "number": 403808
  }
}
```

- After
```
{
  "cpuTime": 0.2615779936313629,
  "envs": {
    "bytes": 3833832,
    "elements": 189661,
    "number": 144784
  },
  "gc": {
    "heapSize": 402915328,
    "totalBytes": 50212960
  },
  "list": {
    "bytes": 655304,
    "concats": 3249,
    "elements": 81913
  },
  "nrAvoided": 218814,
  "nrFunctionCalls": 127718,
  "nrLookups": 40798,
  "nrOpUpdateValuesCopied": 1563978,
  "nrOpUpdates": 8542,
  "nrPrimOpCalls": 113032,
  "nrThunks": 329457,
  "sets": {
    "bytes": 29765392,
    "elements": 1824093,
    "number": 36244
  },
  "sizes": {
    "Attr": 16,
    "Bindings": 16,
    "Env": 16,
    "Value": 24
  },
  "symbols": {
    "bytes": 235909,
    "number": 24432
  },
  "values": {
    "bytes": 9687840,
    "number": 403660
  }
}
```
2023-12-12 00:08:34 +13:00
adisbladis 3b13bd5c84 stdenv: Avoid some list allocations in check-meta when checking licenses 2023-12-12 00:03:20 +13:00
Fabian Affolter a95164a69f python311Packages.hatasmota: refactor 2023-12-11 11:52:46 +01:00
Fabian Affolter e915c12427 python311Packages.hatasmota: 0.7.3 -> 0.8.0
Diff: https://github.com/emontnemery/hatasmota/compare/refs/tags/0.7.3...0.8.0

Changelog: https://github.com/emontnemery/hatasmota/releases/tag/0.8.0
2023-12-11 11:50:26 +01:00
Fabian Affolter 7c3de90b5f sigma-cli: 0.7.10 -> 0.7.11
Diff: https://github.com/SigmaHQ/sigma-cli/compare/refs/tags/v0.7.10...v0.7.11

Changelog: https://github.com/SigmaHQ/sigma-cli/releases/tag/v0.7.11
2023-12-11 11:48:46 +01:00
Jeff Huffman 0863f6d2da nixos/stub-ld: init module 2023-12-11 05:47:23 -05:00
Fabian Affolter ec14b74f35 python311Packages.ical: 6.1.0 -> 6.1.1
Diff: https://github.com/allenporter/ical/compare/refs/tags/6.1.0...6.1.1

Changelog: https://github.com/allenporter/ical/releases/tag/6.1.1
2023-12-11 11:47:23 +01:00
Fabian AffolterandGitHub 7d6c3583af Merge pull request #273094 from fabaff/google-ai-generativelanguage-bump
python311Packages.google-ai-generativelanguage: 0.3.4 -> 0.3.5
2023-12-11 11:45:05 +01:00
Fabian AffolterandGitHub 0da73064d0 Merge pull request #273300 from fabaff/nvdlib-bump
python311Packages.nvdlib: init at 0.7.6, python311Packages.avidtools: init 0.1.1.2
2023-12-11 11:44:55 +01:00
Fabian AffolterandGitHub 36635a3ca4 Merge pull request #273299 from fabaff/youtokentome
python311Packages.youtokentome: init at 1.0.6
2023-12-11 11:44:42 +01:00
Fabian AffolterandGitHub 6e85d2a91a Merge pull request #273298 from fabaff/dulwich-bump
python311Packages.dulwich: 0.21.6 -> 0.21.7
2023-12-11 11:44:31 +01:00
Fabian AffolterandGitHub eafb12ab31 Merge pull request #273323 from fabaff/metasploit-bump
metasploit: fix update script
2023-12-11 11:44:02 +01:00
Fabian AffolterandGitHub 703c832c76 Merge pull request #273337 from makefu/pkgs/metasplout/bump
metasploit: 6.3.45 -> 6.3.46
2023-12-11 11:43:46 +01:00
Fabian Affolter 9d899c0743 python311Packages.setupmeta: 3.5.2 -> 3.6.0
Diff: https://github.com/codrsquad/setupmeta/compare/refs/tags/v3.5.2...v3.6.0
2023-12-11 11:37:12 +01:00
Fabian Affolter 773d00bcb5 python311Packages.msldap: 0.5.7 -> 0.5.9
Changelog: https://github.com/skelsec/msldap/releases/tag/0.5.9
2023-12-11 11:25:18 +01:00
Fabian Affolter 9146a4aaf6 python311Packages.minikerberos: 0.4.3 -> 0.4.4
Changelog: https://github.com/skelsec/minikerberos/releases/tag/0.4.4
2023-12-11 11:24:44 +01:00
Fabian Affolter a9d2f909ec python311Packages.asyauth: 0.0.16 -> 0.0.18
Changelog: https://github.com/skelsec/asyauth/releases/tag/0.0.18
2023-12-11 11:24:12 +01:00
Fabian Affolter 9feea720c5 checkov: 3.1.27 -> 3.1.31
Diff: https://github.com/bridgecrewio/checkov/compare/refs/tags/3.1.27...3.1.31

Changelog: https://github.com/bridgecrewio/checkov/releases/tag/3.1.31
2023-12-11 11:22:19 +01:00
Gerg-LandJörg Thalheim 69d61d5ab0 nix-direnv: 2.5.1 -> 3.0.0 2023-12-11 10:56:38 +01:00
Gerg-LandJörg Thalheim f8a4c1e888 nix-direnv: migrate to by-name 2023-12-11 10:56:38 +01:00
Michael Evans 108b82645e python3Packages.grafanalib: init at 0.7.0 2023-12-11 11:50:40 +02:00
R. Ryantm beec1fafb2 commitizen: 3.12.0 -> 3.13.0 2023-12-11 09:43:23 +00:00
teutat3s 931fe055f4 keycloak: 23.0.0 -> 23.0.1
https://github.com/keycloak/keycloak/releases/tag/23.0.1
2023-12-11 10:43:21 +01:00
R. Ryantm 96de580f10 cockpit: 305 -> 306 2023-12-11 09:39:05 +00:00
Robert HensingandGitHub 067ac02817 Merge pull request #257100 from Ma27/version-info-lib
flake: fix `lib.trivial.version` when used from a flake
2023-12-11 10:30:12 +01:00
xrelkd de4942fcf0 leftwm: add meta.mainProgram 2023-12-11 17:28:01 +08:00
Gaetan Lepage 39bd27fd2e python311Packages.jupyterlab: 4.0.6 -> 4.0.9
Changelog: https://github.com/jupyterlab/jupyterlab/blob/v4.0.9/CHANGELOG.md
2023-12-11 10:24:53 +01:00
Pol DellaieraandGitHub 8d17fb2bc6 Merge pull request #273378 from shyim/frankenphp-extension-support
frankenphp: fix php extensions loading
2023-12-11 10:19:58 +01:00
Jon Seager d2f88656bd homepage-dashboard: 0.8.2 -> 0.8.3 2023-12-11 09:00:30 +00:00
Frank LanitzandGitHub 3fc9b98665 maintainers/teams: Add frlan to team flyingcircus (#273495) 2023-12-11 09:59:17 +01:00
markuskowaandGitHub c29ce230b8 Merge pull request #273092 from r-ryantm/auto-update/spglib
spglib: 2.1.0 -> 2.2.0
2023-12-11 09:58:30 +01:00
R. Ryantm 3891a3183e cmctl: 1.13.2 -> 1.13.3 2023-12-11 08:35:53 +00:00
R. Ryantm 08c8caf96f clojure: 1.11.1.1413 -> 1.11.1.1429 2023-12-11 08:24:27 +00:00
pennaeandGitHub 90c53f5341 Merge pull request #270224 from SuperSandro2000/patch-2
nixos/acme: add syntax highlighting to code blocks
2023-12-11 09:03:32 +01:00
f20753f6d6 passmark-performancetest: init at 11.0.1002
Update default.nix

Co-authored-by: Zhaofeng Li <hello@zhaofeng.li>

addressing comments and use new format

Co-authored-by: Nick Cao <nickcao@nichi.co>
2023-12-10 23:59:41 -08:00
K900andGitHub 3de3f7d879 Merge pull request #273491 from flokli/nssmdns-alias
nixos/avahi: rename remaining config options
2023-12-11 10:37:30 +03:00
Florian Klink 1c09cb43ce nixos/avahi: rename remaining config options
services.avahi.nssmdns got split into services.avahi.nssmdns{4,6},
nothing should access the old alias anymore so there's no eval warnings.

Reported in https://github.com/NixOS/nixpkgs/pull/258424#issuecomment-1849428869
2023-12-11 09:36:15 +02:00
Gaetan Lepage 93da378e4d vimPlugins.nvim-treesitter: update grammars 2023-12-11 08:15:36 +01:00
Gaetan Lepage 55071f351d vimPlugins: update on 2023-12-11 2023-12-11 08:15:36 +01:00
Gaetan Lepage 42d91a3a06 vimPlugins.harpoon2: init at 2023-12-11 2023-12-11 08:15:36 +01:00
Gaetan Lepage cc9b8fd70e vimPlugins.harpoon: track correct branch (master) 2023-12-11 07:54:34 +01:00
Gaetan Lepage 020354d1ee python311Packages.imageio: 2.33.0 -> 2.33.1
Diff: https://github.com/imageio/imageio/compare/refs/tags/v2.33.0...v2.33.1

Changelog: https://github.com/imageio/imageio/blob/v2.33.1/CHANGELOG.md
2023-12-11 07:46:22 +01:00
R. Ryantm e1d78ab772 kor: 0.3.0 -> 0.3.2 2023-12-11 06:30:32 +00:00
R. Ryantm 0cd6e601a6 kalign: 3.3.5 -> 3.4.0 2023-12-11 06:26:11 +00:00
R. Ryantm a6ed8696c8 genact: 1.2.2 -> 1.3.0 2023-12-11 06:14:10 +00:00