R. Ryantm
f0050fd560
kor: 0.4.0 -> 0.4.1
2024-05-24 01:28:49 +00:00
R. Ryantm
1b45be7f6a
kubebuilder: 3.15.0 -> 3.15.1
2024-05-24 01:28:34 +00:00
R. Ryantm
9c70938601
kubecolor: 0.3.2 -> 0.3.3
2024-05-24 01:17:36 +00:00
R. Ryantm
ca514fead1
kubestroyer: 0.2 -> 0.3.0
2024-05-24 01:15:48 +00:00
emilylange
fc37fd1ae2
chromium: 125.0.6422.76 -> 125.0.6422.112
...
https://chromereleases.googleblog.com/2024/05/stable-channel-update-for-desktop_23.html
This update includes 1 security fix. Google is aware that an exploit for
CVE-2024-5274 exists in the wild.
CVEs:
CVE-2024-5274
2024-05-24 03:07:51 +02:00
emilylange
42ddc8213f
chromedriver: 125.0.6422.76 -> 125.0.6422.112
2024-05-24 03:07:21 +02:00
R. Ryantm
c39ac51844
gfold: 4.4.1 -> 4.5.0
2024-05-24 01:04:24 +00:00
R. Ryantm
ddde29668d
ff2mpv-rust: 1.1.4 -> 1.1.5
2024-05-24 01:02:24 +00:00
Sigmanificient
203a48ad35
pkgs/development: remove unused fetchpatch arguments
2024-05-24 02:53:57 +02:00
Sigmanificient
cc8120d3ff
pkgs/by-name: remove unuseed fetchpatch arguments
2024-05-24 02:49:58 +02:00
R. Ryantm
d249d477da
cfspeedtest: 1.2.3 -> 1.2.4
2024-05-24 00:36:51 +00:00
Emily
bfb7a88267
Merge pull request #314109 from trofi/githooks.tests-fix-eval
...
githooks.tests: fix eval
2024-05-24 02:06:08 +02:00
Sandro
47bdef656c
Merge pull request #311260 from purepani/update-svelte-language-tools
...
svelte-language-server: Use buildNpmPackage
2024-05-24 02:04:46 +02:00
Peder Bergebakken Sundt
fc165a03b2
Merge pull request #309524 from r-ryantm/auto-update/enet
...
enet: 1.3.17 -> 1.3.18
2024-05-24 01:58:18 +02:00
Peder Bergebakken Sundt
3de810d52c
Merge pull request #309724 from r-ryantm/auto-update/secp256k1
...
secp256k1: 0.4.1 -> 0.5.0
2024-05-24 01:57:13 +02:00
Peder Bergebakken Sundt
1d6a2f5a4d
Merge pull request #309787 from r-ryantm/auto-update/python311Packages.minio
...
python311Packages.minio: 7.2.6 -> 7.2.7
2024-05-24 01:52:41 +02:00
OTABI Tomoya
a36fa5451c
Merge pull request #309426 from Rconybea/add-sphinxcontrib-ditaa
...
python311Packages.sphinxcontrib-ditaa: init at 1.0.2
2024-05-24 08:36:59 +09:00
Peder Bergebakken Sundt
890f8e436a
Merge pull request #309476 from r-ryantm/auto-update/goperf
...
goperf: 0-unstable-2023-11-08 -> 0-unstable-2024-05-10
2024-05-24 01:29:07 +02:00
nixpkgs-merge-bot[bot]
dfa36c1d67
Merge pull request #312557 from r-ryantm/auto-update/intune-portal
...
intune-portal: 1.2404.23-jammy -> 1.2404.25-jammy
2024-05-23 23:28:19 +00:00
Emily
7d8ed5ce92
Merge pull request #291853 from greaka/grafana
...
grafanaPlugins.grafana-oncall-app: init at 1.5.1
2024-05-24 01:27:05 +02:00
superherointj
d0a20d7c59
Merge pull request #314112 from khaneliman/bicep
...
bicep: fix updater script
2024-05-23 20:16:42 -03:00
pennae
4d2462511f
Merge pull request #314099 from mrkline/snapper-and-borgbackup-doc-fix
...
nixos/snapper, nixos/borgbackup: Fix module doc typo
2024-05-24 01:15:09 +02:00
Sandro
3e3ac0e7ba
Merge pull request #305516 from OPNA2608/init/lomiri/ayatana-indicator-display
...
ayatana-indicator-display: init & add to Lomiri
2024-05-24 00:40:55 +02:00
R. Ryantm
c1c59762ea
cnquery: 11.4.3 -> 11.5.0
2024-05-23 22:37:46 +00:00
purepani
a46ce7c77d
svelte-language-server: convert to buildNpmPackage
2024-05-24 00:23:44 +02:00
superherointj
7962cbb232
Merge pull request #314082 from superherointj/bicep-0.27.1
...
bicep: 0.26.54 -> 0.27.1
2024-05-23 19:09:01 -03:00
Austin Horstman
5771dbfa7d
bicep: fix updater script
2024-05-23 17:03:01 -05:00
Robert Scott
2db4e7d035
Merge pull request #313729 from pluiedev/zhf-24.05/gobang
...
gobang: unbreak, modernize
2024-05-23 23:02:10 +01:00
Sergei Trofimovich
44744fc83f
githooks.tests: fix eval
...
Without the change the eval fails as:
$ nix build --no-link -f. githooks.tests
error:
… while evaluating the 'name' attribute of a derivation
… while evaluating a branch condition
at lib/strings.nix:1194:3:
1193| # First detect the common case of already valid strings, to speed those up
1194| if stringLength string <= 207 && okRegex string != null
| ^
1195| then unsafeDiscardStringContext string
… in the left operand of the AND (&&) operator
at lib/strings.nix:1194:33:
1193| # First detect the common case of already valid strings, to speed those up
1194| if stringLength string <= 207 && okRegex string != null
| ^
1195| then unsafeDiscardStringContext string
(stack trace truncated; use '--show-trace' to show the full, detailed trace)
error: expected a set but found a string: "githooks-cli"
2024-05-23 22:51:08 +01:00
almini
0f3add331c
segger-jlink: 794l -> 796b
2024-05-23 23:49:13 +02:00
Malte Neuss
8a05b4f8d4
nixos/nextjs-ollama-llm-ui: init module
...
NixOS already has good support for the Ollama
backend service. Now we can benefit from
having a convenient web frontend as well for it.
2024-05-23 23:48:55 +02:00
Robert Scott
1a417acb1a
Merge pull request #313474 from javaes/python312Packages.webssh/fix_test_case
...
python312Packages.webssh: fix test case
2024-05-23 22:43:46 +01:00
R. Ryantm
20e4705ed3
signalbackup-tools: 20240514 -> 20240521
2024-05-23 21:42:57 +00:00
Peder Bergebakken Sundt
ccda8b5e02
Merge pull request #310475 from r-ryantm/auto-update/miniupnpc
...
miniupnpc: 2.2.6 -> 2.2.7
2024-05-23 23:35:15 +02:00
R. Ryantm
5e27d26753
mdbook-katex: 0.8.1 -> 0.9.0
2024-05-23 21:34:29 +00:00
Jeremy Baxter
274e87e5fd
soju: 0.7.0 -> 0.8.0
2024-05-24 09:31:52 +12:00
Peder Bergebakken Sundt
b962cd91aa
Merge pull request #307671 from r-ryantm/auto-update/matio
...
matio: 1.5.26 -> 1.5.27
2024-05-23 23:29:09 +02:00
Matt Kline
234f4db797
nixos/snapper, nixos/borgbackup: Fix module doc typo
...
The persistentTimer argument sets the _Persistent_ field in
systemd.timer(5).
Pointed out in #312549
2024-05-23 14:23:40 -07:00
Yt
ce207e6092
Merge pull request #314090 from r-ryantm/auto-update/surrealdb
...
surrealdb: 1.5.0 -> 1.5.1
2024-05-23 21:12:35 +00:00
Yt
ff95d71dbe
Merge pull request #314036 from onny/stalwart-update3
...
stalwart-mail: 0.8.0 -> 0.8.1
2024-05-23 21:12:09 +00:00
Leah Amelia Chen
a1090bebdc
gobang: unbreak, modernize
2024-05-23 23:09:20 +02:00
Jeremy Baxter
ef5f78e7b8
soju: adopt
2024-05-24 09:07:54 +12:00
Jeremy Baxter
8bdc233bb4
soju: migrate to pkgs/by-name
2024-05-24 09:07:22 +12:00
Peder Bergebakken Sundt
72b813ecff
Merge pull request #308251 from r-ryantm/auto-update/libpkgconf
...
libpkgconf: 2.1.1 -> 2.2.0
2024-05-23 22:45:25 +02:00
Peder Bergebakken Sundt
a91ec3ce6f
Merge pull request #308953 from r-ryantm/auto-update/gdcm
...
gdcm: 3.0.23 -> 3.0.24
2024-05-23 22:43:51 +02:00
Sandro
d0ce4f80a8
Merge pull request #313980 from Sigmanificient/pypkgs-remove-unused-fetchpatch
...
python3Packages: remove unused fetchpath and other arguments
2024-05-23 22:42:04 +02:00
kirillrdy
0bc1816966
Merge pull request #313890 from stasjok/neovim-fix-markdown-inline-parser
...
neovim-unwrapped: fix markdown_inline tree-sitter parser
2024-05-24 06:38:22 +10:00
Bernardo Meurer
0e1767b30f
Merge pull request #309130 from cjshearer/master
...
ideamaker: init at 4.3.3
2024-05-23 16:36:13 -04:00
R. Ryantm
4c627d7adc
surrealdb: 1.5.0 -> 1.5.1
2024-05-23 20:32:29 +00:00
Robert Scott
d217f9964f
Merge pull request #313856 from Moraxyc/py-ds4drv
...
python312Packages.ds4drv: fix build
2024-05-23 21:26:59 +01:00