R. Ryantm
edbecfd147
netclient: 0.24.2 -> 0.24.3
2024-07-19 03:40:17 +00:00
R. Ryantm
0520210aaa
nezha-agent: 0.17.3 -> 0.18.0
2024-07-17 11:09:17 +00:00
Artturin
a516ea8c99
Merge branch 'staging-next' into staging
2024-07-16 19:07:48 +03:00
Vladimír Čunát
211398c03e
Merge branch 'staging-next' into staging
2024-07-14 08:35:35 +02:00
Christian Kögler
a6ede4e0d0
neovide: 0.13.1 -> 0.13.2
2024-07-13 14:27:32 +02:00
éclairevoyant
0e5c272e42
treewide: fix uses of repo = finalAttrs.pname
2024-07-12 20:18:43 -04:00
Vladimír Čunát
2c053848df
Merge branch 'master' into staging
2024-07-11 22:05:05 +02:00
Johannes Jöns
2d9625b112
Merge pull request #326053 from Naxdy/work/neothesia-icon
...
neothesia: install icon
2024-07-11 05:12:22 +00:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Adam Stephens
fd00bc557d
next-ls: 0.23.0 -> 0.23.1
2024-07-10 09:39:59 -04:00
Naxdy
a5c328c168
neothesia: install icon
2024-07-10 09:48:53 +02:00
github-actions[bot]
1f5f0905f8
Merge staging-next into staging
2024-07-06 12:01:49 +00:00
nixpkgs-merge-bot[bot]
ba28b6d300
Merge pull request #324967 from r-ryantm/auto-update/nezha-agent
...
nezha-agent: 0.17.2 -> 0.17.3
2024-07-06 08:58:49 +00:00
github-actions[bot]
73c1b870f2
Merge staging-next into staging
2024-07-06 06:01:47 +00:00
Masum Reza
b73ded9497
Merge pull request #324085 from luftmensch-luftmensch/nexus_3.69.0-02
...
nexus: 3.68.1-02 → 3.69.0-02
2024-07-06 11:11:28 +05:30
R. Ryantm
fe3921b7e0
nezha-agent: 0.17.2 -> 0.17.3
2024-07-06 05:32:08 +00:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
Adam C. Stephens
6c80312195
Merge pull request #324678 from adamcstephens/next-ls/init
...
next-ls: init at 0.23.0
2024-07-04 20:56:38 -04:00
Adam Stephens
c0c2dd0e49
next-ls: init at 0.23.0
2024-07-04 17:17:49 -04:00
R. Ryantm
297bd9f0e9
netscanner: 0.5.1 -> 0.5.2
2024-07-04 02:36:31 +00:00
aleksana
1862813d11
treewide: convert cargoSha256 to cargoHash
...
This is done with the following bash script:
```
#!/usr/bin/env bash
process_line() {
local filename=${1%:}
if [[ $4 =~ \"(.*)\"\; ]]; then
local sha256="${BASH_REMATCH[1]}"
fi
[[ -z $sha256 ]] && return 0
local hash=$(nix hash to-sri --type sha256 $sha256)
echo "Processing: $filename"
echo " $sha256 => $hash"
sed -i "s|cargoSha256 = \"$sha256\"|cargoHash = \"$hash\"|"
$filename
}
# split output by line
grep -r 'cargoSha256 = ' . | while IFS= read -r line; do
# split them further by space
read -r -a parts <<< "$line"
process_line "${parts[@]}"
done
```
2024-07-03 21:54:10 +08:00
luftmensch-luftmensch
ffc8d31212
nexus: move to pkgs/by-name
2024-07-02 18:04:13 +02:00
Matthieu C.
443f4807e8
neovim-gtk: move to pkgs/by-name
2024-06-30 00:40:08 +02:00
Matthieu C.
e486522723
neovim-remote: move to pkgs/by-name
2024-06-30 00:35:05 +02:00
Moraxyc
76ff8beba8
nezha-agent: 0.17.0 -> 0.17.2
2024-06-28 16:18:40 +08:00
nixpkgs-merge-bot[bot]
75f5060a18
Merge pull request #321970 from r-ryantm/auto-update/nezha-agent
...
nezha-agent: 0.16.11 -> 0.17.0
2024-06-23 14:53:49 +00:00
R. Ryantm
e03bb988ac
nezha-agent: 0.16.11 -> 0.17.0
2024-06-23 13:57:48 +00:00
Nick Cao
be5d8dbf11
Merge pull request #321952 from r-ryantm/auto-update/nerdfetch
...
nerdfetch: 8.1.1 -> 8.1.2
2024-06-23 09:50:01 -04:00
R. Ryantm
85d473bbcd
nerdfetch: 8.1.1 -> 8.1.2
2024-06-23 12:26:29 +00:00
Christian Kögler
81aff3c1de
Merge pull request #319061 from triarius/neovide-macos-app
...
Install app on macOS for neovide
2024-06-22 06:25:34 +02:00
Tom Hubrecht
6c3aef5e70
netbird-dashboard: Remove thubrecht as maintainer
2024-06-21 09:32:00 +02:00
Matthieu Coudron
9b23334289
neovim-qt: move to pkgs/by-name
...
* neovim-qt: move to pkgs/by-name
2024-06-18 10:40:23 +02:00
Narthana Epa
ded9632c61
neovide: add darwin app
2024-06-17 23:52:19 +10:00
h7x4
449246e4cb
Merge pull request #320119 from emilazy/remove-myself-from-unused-packages
...
treewide: remove myself from packages I don’t use
2024-06-16 01:19:51 +02:00
Emily
4b1d39d935
treewide: remove myself from packages I don’t use
...
I’ve had an extended absence from Nix work and no longer actively
use a bunch of packages I used to maintain, so remove myself as a
maintainer from things I can’t usefully review/test changes for
as I ease back into things. This does unfortunately leave a few
packages orphaned (`stm32loader`, `tinyprog`, `python3Packages.fx2`,
and `python3Packages.jsonmerge`).
2024-06-15 16:53:23 +01:00
R. Ryantm
f2cbc7e331
netclient: 0.24.1 -> 0.24.2
2024-06-14 02:34:11 +00:00
Peder Bergebakken Sundt
f69aabc50a
Merge pull request #250985 from Infinidoge/pkgs/neocities
...
neocities: init at 0.0.18
2024-06-12 00:01:06 +02:00
Matt Sturgeon
32697736a0
nexusmods-app: add MattSturgeon to maintainers
2024-06-10 07:03:28 +01:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02: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
Alexis Hildebrandt
bf995e3641
treewide: Remove ending period from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Sandro
3bdd553aab
Merge pull request #317561 from matteo-pacini/needle
2024-06-06 15:55:47 +02:00
Matteo Pacini
28fbc62990
needle: init at 0.24.0
2024-06-06 07:46:10 +02:00
Victor Engmark
59255b36ac
nexusmods-app: init at 0.4.1
...
Closes #270358 .
Name recommended by @erri120
<https://github.com/NixOS/nixpkgs/pull/270372#issuecomment-2147052607 >.
Replaces the `7zz` binary executable included with the upstream project
for safety and reproducibility.
Requires an `enableUnfree = true` override to support RAR format mods.
Disables tests marked as requiring networking (actually requiring Nexus
Mods API key according to
<https://github.com/Nexus-Mods/NexusMods.App/pull/1222#issuecomment-2060687094 >),
and one other tests which requires networking.
Co-Authored-By: Matej Cotman <matej@matejc.com>
Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-06-06 17:44:51 +12:00
Christian Kögler
d1af0c17b3
Merge pull request #312936 from ck3d/neovide-rm-x86-darwin
...
neovide: remove unsupported x86_64-darwin
2024-06-04 22:50:21 +02:00
Moraxyc
95065e7740
nezha-agent: 0.16.10 -> 0.16.11
2024-06-04 23:08:10 +08:00
Aleksana
94d7265861
Merge pull request #316336 from Aleksanaa/netease-cloud-music-gtk
...
netease-cloud-music-gtk: 2.3.1 -> 2.4.0
2024-06-01 18:38:28 +08:00
aleksana
11f21c4761
netease-cloud-music-gtk: 2.3.1 -> 2.4.0
2024-06-01 13:39:31 +08:00
R. Ryantm
dd89f445a9
nezha-agent: 0.16.9 -> 0.16.10
2024-06-01 01:25:15 +00:00
kirillrdy
4d652a9cd8
Merge pull request #315136 from andrevmatos/neovide-0.13.1
...
neovide: 0.13.0 -> 0.13.1
2024-06-01 07:46:54 +10:00
André Vitor de Lima Matos
8aa77199da
neovide: 0.13.0 -> 0.13.1
...
Diff: https://github.com/neovide/neovide/compare/0.13.0...0.13.1
Changelog: https://github.com/neovide/neovide/releases/tag/0.13.1
2024-05-30 09:29:24 -03:00
R. Ryantm
4f29187c25
newsraft: 0.24 -> 0.25
2024-05-28 18:16:32 +00:00
Pol Dellaiera
d9062cd5f9
Merge pull request #313146 from malteneuss/add-nextjs-ollama-llm-ui
...
Add nextjs ollama llm UI frontend for Ollama
2024-05-24 06:51:37 +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
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
Nick Cao
f5a9501499
Merge pull request #313863 from Moraxyc/update-nezha-agent
...
nezha-agent: 0.16.8 -> 0.16.9
2024-05-23 14:15:27 -04:00
kirillrdy
540bf3b6f8
Merge pull request #312968 from stasjok/neovim-remove-unused-deps
...
neovim-unwrapped: remove unused dependencies
2024-05-23 19:36:44 +10:00
Stanislav Asunkin
d28cf9c00b
neovim-unwrapped: fix markdown_inline tree-sitter parser
...
Closes #312763 .
2024-05-23 09:59:12 +03:00
Moraxyc
1e4ff676da
nezha-agent: 0.16.8 -> 0.16.9
...
changelog: https://github.com/nezhahq/agent/releases/tag/v0.16.9
2024-05-23 13:34:31 +08:00
Price Hiller
954cc257cf
neovide: 0.12.2 -> 0.13.0
2024-05-22 22:08:34 -03:00
Benoit de Chezelles
d5786c1b5d
neovim: Update bundled tree-sitter parsers
2024-05-22 22:08:25 -03:00
Gaetan Lepage
7f731cae79
neovim: 0.9.5 -> 0.10.0
...
Changelog: https://neovim.io/doc/user/news-0.10.html
2024-05-22 22:08:15 -03:00
Toma
04d3e02586
nekoray: add qtwayland to buildInputs ( #313170 )
2024-05-22 22:06:20 +00:00
Malte Neuss
1df1f8d3be
nextjs-ollama-llm-ui: init at 1.0.1
2024-05-22 22:33:26 +02:00
Weijia Wang
19d3279a5c
Merge pull request #313359 from NixOS/revert-311047-neovim
...
Revert "neovim: 0.9.5 -> 0.10.0"
2024-05-22 00:46:52 +02:00
natsukium
94083775e1
Revert "neovide: 0.12.2 -> 0.13.0"
...
This reverts commit 0fe111d1c7
.
neovim was accidentally bumped during the freeze period before release
with breaking changes.
This commit is related to neovim 0.10, so it is reverted for now.
2024-05-22 00:55:43 +09:00
natsukium
76ef4c7888
Revert "neovim: Update bundled tree-sitter parsers"
...
This reverts commit 7f4c36c982
.
neovim was accidentally bumped during the freeze period before release
with breaking changes.
This commit is related to neovim 0.10, so it is reverted for now.
2024-05-22 00:31:45 +09:00
Sandro
015e1d63d6
Merge pull request #311347 from isabelroses/update/netscanner
2024-05-21 16:11:35 +02:00
isabel
1f1a9bb15d
netscanner: 0.4.5 -> 0.5.1
2024-05-21 14:01:14 +01:00
Ryan Lahfa
db2ee05512
Revert "neovim: 0.9.5 -> 0.10.0"
...
The release schedule indicate that breaking changes are restricted
during this period, 752d81e439
("neovim:
0.9.5 -> 0.10.0") was merged five days ago, full of breaking changes for
the NeoVim ecosystem.
This PR should go *after* the branch-off.
2024-05-21 12:22:42 +02:00
Stanislav Asunkin
903403da6d
neovim-unwrapped: remove unused dependencies
2024-05-19 22:10:17 +03:00
Christian Kögler
62a02b41d4
neovide: remove unsupported x86_64-darwin
2024-05-19 18:49:03 +02:00
Nick Cao
778d96bdc5
Merge pull request #312774 from r-ryantm/auto-update/nezha-agent
...
nezha-agent: 0.16.7 -> 0.16.8
2024-05-19 11:08:42 -04:00
R. Ryantm
7ff2cf96e2
nezha-agent: 0.16.7 -> 0.16.8
2024-05-19 01:24:15 +00:00
Price Hiller
0fe111d1c7
neovide: 0.12.2 -> 0.13.0
2024-05-18 05:14:03 -05:00
Benoit de Chezelles
7f4c36c982
neovim: Update bundled tree-sitter parsers
2024-05-17 10:40:05 +02:00
Gaetan Lepage
752d81e439
neovim: 0.9.5 -> 0.10.0
...
Changelog: https://neovim.io/doc/user/news-0.10.html
2024-05-16 16:58:36 +02:00
R. Ryantm
8c779d7e05
netclient: 0.24.0 -> 0.24.1
2024-05-16 01:23:25 +00:00
Weijia Wang
7e75e86de8
Merge pull request #311124 from r-ryantm/auto-update/nezha-agent
...
nezha-agent: 0.16.6 -> 0.16.7
2024-05-13 11:26:35 +02:00
Pol Dellaiera
687875db53
Merge pull request #309891 from Naxdy/work/add-neothesia
...
neothesia: init at 0.2.1
2024-05-12 21:30:12 +02:00
R. Ryantm
a4522b5812
nezha-agent: 0.16.6 -> 0.16.7
2024-05-12 17:28:47 +00:00
Jan Tojnar
4be4408157
Merge branch 'master' into staging-next
...
; Conflicts:
; maintainers/scripts/luarocks-packages.csv
; pkgs/development/lua-modules/generated-packages.nix
2024-05-11 12:47:40 +02:00
Fabián Heredia Montiel
a7883a69b5
Merge pull request #310206 from TomaSajt/nekoray
...
nekoray: enable strictDeps, fix dependency location
2024-05-10 15:04:35 -06:00
github-actions[bot]
ff72686a96
Merge master into staging-next
2024-05-09 06:01:00 +00:00
TomaSajt
51595aee98
nekoray: enable strictDeps, fix dependency location
2024-05-08 23:17:24 +02:00
Naxdy
6ab1e56f8f
neothesia: init at 0.2.1
2024-05-08 14:06:12 +02:00
Jan Tojnar
100509c030
Merge branch 'staging-next' into staging
...
Conflicts in luaPackages.luarocks-nix:
- 8b563cd9f9
switched to the new version format (prefixed by 0 since there was no relevant last tag in the branch).
bc4f6fa543
bumped version and switched to the new version format. But the tag used is not part of the branch the commit comes from (master).
Used the new version but replaced the tag prefix with 0.
- b73ec84b9e
removed meta (it is already set in the overridden luarocks). But that would cause the update script to try to update the overridden luarocks (as did the previously used old.meta).
bf311d950e
modified meta to fix the update script properly.
Kept the meta from the latter since it allows update script to work.
2024-05-05 14:50:32 +02:00
Moraxyc
7153787bcd
nezha-agent: 0.16.5 -> 0.16.6
2024-05-05 00:32:06 +08:00
Matthieu C.
c2149a80d2
neovide: moved to pkgs/by-name
2024-05-04 15:25:23 +02:00
Weijia Wang
dfc16bf0b6
Merge pull request #308969 from r-ryantm/auto-update/netscanner
...
netscanner: 0.4.4 -> 0.4.5
2024-05-04 14:46:39 +02:00
Matthieu C.
32d21ca630
neovim-unwrapped: move to pkgs/by name
2024-05-04 14:24:41 +02:00
R. Ryantm
e9c506e3fb
netscanner: 0.4.4 -> 0.4.5
2024-05-04 04:23:49 +00:00
Weijia Wang
37876dbdad
Merge branch 'master' into staging-next
2024-04-27 05:44:19 +02:00
Weijia Wang
273c40d7ac
Merge pull request #304948 from r-ryantm/auto-update/netclient
...
netclient: 0.23.0 -> 0.24.0
2024-04-27 03:39:50 +02:00
Jan Tojnar
eb04659fc2
treewide: wrapGAppsHook → wrapGAppsHook3
...
This was achieved using the following command:
sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b')
And then manually reverted the following changes:
- alias in top-level.nix
- function name in wrap-gapps-hook.sh
- comment in postFixup of at-spi2-core
- comment in gtk4
- comment in preFixup of 1password-gui/linux.nix
- comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix
- comment in postFixup of telegram-desktop
- comment in postFixup of fwupd
- buildCommand of mongodb-compass
- postFixup of xflux-gui
- comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config
- description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-27 02:23:22 +02:00
R. Ryantm
037f1875b1
netscanner: 0.4.2 -> 0.4.4
2024-04-23 09:20:15 +00:00
Paul Meyer
80368c5bef
Merge pull request #302407 from msanft/nemu/init
...
nemu: init at 3.3.1
2024-04-22 19:50:58 +02:00
Ryan Lahfa
21bd30ea2f
Merge pull request #247118 from Tom-Hubrecht/netbird-server
...
nixos/netbird-server: init module
2024-04-20 11:21:10 +02:00
Tom Hubrecht
6e480a8ae8
netbird-dashboard: init at 2.3.0
2024-04-19 22:15:57 +02:00
Moraxyc
4130313acf
nezha-agent: 0.16.4 -> 0.16.5
2024-04-18 22:19:20 +08:00
R. Ryantm
0ff1a7e21b
netclient: 0.23.0 -> 0.24.0
2024-04-18 01:55:49 +00:00
Moritz Sanft
5005f0f0b2
nemu: init at 3.3.1
2024-04-17 13:45:52 +02:00
Yt
0be3590f8a
Merge pull request #304281 from soywod/neverest-1.0.0-beta
...
neverest: init at 1.0.0-beta
2024-04-17 08:33:21 +00:00
Clément DOUIN
d97925912a
neverest: init at 1.0.0-beta
2024-04-17 10:23:24 +02:00
R. Ryantm
97e276a902
netscanner: 0.4.1 -> 0.4.2
2024-04-17 01:18:45 +00:00
Toma
b95f829e42
nekoray: init at 3.26 ( #300794 )
...
* nekoray: init at 3.26
* nekoray: limit meta.platforms to linux
---------
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-04-10 09:48:55 +08:00
Sandro
4e6092c8cd
Merge pull request #281278 from Moraxyc/nezha-agent
2024-04-06 12:35:07 +02:00
Moraxyc
f0667a3c02
nezha-agent: 0.16.3 -> 0.16.4
2024-04-06 13:01:29 +08:00
R. Ryantm
17be60c3b2
newsraft: 0.23 -> 0.24
2024-04-05 04:50:52 +00:00
Aleksana
f82c6a17cc
Merge pull request #298517 from ByteSudoer/init-nerdfetch
...
nerdfetch: init at 8.1.0
2024-04-02 00:04:24 +08:00
Moraxyc
482ffcfacd
nezha-agent: init at 0.16.3
2024-04-01 03:38:50 +08:00
R. Ryantm
c16b28422d
nestopia-ue: 1.52.0 -> 1.52.1
2024-03-30 02:30:27 +00:00
ByteSudoer
2d68215868
nerdfetch: init at 8.1.0
2024-03-25 22:16:47 +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
NotAShelf
f44a5c7f6c
netscanner: init at 0.4.1
2024-03-12 17:06:40 +03:00
aleksana
cfa1d27e72
netease-cloud-music-gtk: 2.3.0 -> 2.3.1
2024-03-10 20:19:52 +08:00
aleksana
2a1cd0b439
treewide: remove gst-plugins-good missing libsoup_3 workaround
...
As the issue https://github.com/NixOS/nixpkgs/issues/271960 is fixed by https://github.com/NixOS/nixpkgs/pull/276408
2024-03-08 22:54:25 +08:00
R. Ryantm
ac3412e799
netclient: 0.22.0 -> 0.23.0
2024-02-29 03:01:46 +00:00
github-actions[bot]
d08f9b5833
Merge master into staging-next
2024-02-23 12:01:18 +00:00
Antoine
c22626adf9
init: neocities-cli at 0.0.18
...
Add mainProgram attribute
Fix homepage attribute
Fix description attribute
Remove redundant name
Revert back mainProgram attribute
Turns out I shouldn't have modified it
Use pname correctly this time
Reduce the size of the derivation
Use directly bundlerApp as the final derivation
Add license attribute
Set correct license (MIT)
2024-02-23 10:08:49 +01:00
Simon Hollingshead
ccb8f4f193
net-cpp: Force building with C++14.
...
This is to maintain compatibility with gtest 1.13+.
2024-02-22 18:16:50 +00:00
Sandro
32fa481e38
Merge pull request #267413 from timbertson/netproxrc
...
netproxrc: init at 1.1.0
2024-02-17 21:26:07 +01:00
Weijia Wang
d99fe722a9
Merge pull request #287212 from Aleksanaa/netease-cloud-music-gtk
...
netease-cloud-music-gtk: 2.2.0 -> 2.3.0
2024-02-08 20:35:15 +01:00
Weijia Wang
73c7533d0f
netease-cloud-music-gtk: move to pkgs/by-name
2024-02-08 17:45:15 +01:00
Weijia Wang
6809a11034
Merge pull request #283596 from atorres1985-contrib/nestopia-ue
...
nestopia-ue: 1.47 -> 1.52.0
2024-02-05 01:20:45 +01:00
Lily Foster
7367ffc893
Merge pull request #284515 from OPNA2608/update/lomiri/OTA-4
...
lomiri: OTA-4 update
2024-02-02 09:17:57 -05:00
Luflosi
d1d8df0bd9
nextpnr: 0.6 -> 0.7
...
https://github.com/YosysHQ/nextpnr/releases/tag/nextpnr-0.7
2024-01-30 12:45:49 -06:00
Luflosi
d825ebfbf6
nextpnr: enable strictDeps
2024-01-30 12:45:49 -06:00
Luflosi
23566fe16d
nextpnr: migrate to by-name
2024-01-30 12:45:49 -06:00
OPNA2608
058d36f159
net-cpp: 3.1.0 -> 3.1.1
2024-01-28 20:02:36 +01:00
R. Ryantm
ea347cbd8e
newsraft: 0.22 -> 0.23
2024-01-27 16:14:36 +00:00
Anderson Torres
3c9692d5cd
nestopia-ue: 1.47 -> 1.52.0
...
- finalAttrs design pattern
- github repo updated
- strictDeps
- meta.changelog
2024-01-24 20:49:45 -03:00
Anderson Torres
48c78f8991
nestopia-ue: migrate to by-name
2024-01-24 17:37:05 -03:00
R. Ryantm
d6e49fd804
netclient: 0.21.2 -> 0.22.0
2024-01-20 00:03:40 +00:00
Pol Dellaiera
a26e94b7e3
Merge pull request #278344 from marcusramberg/marcus/netop
...
netop: init at 0.1.4
2024-01-15 15:32:20 +01:00
Infinidoge
0fff213702
neocities: init at 0.0.18
2024-01-13 23:08:30 -05:00
Weijia Wang
b48b3dde9a
Merge pull request #280060 from drupol/init/newcomputermodern-5-02
...
newcomputermodern: init at 5.1
2024-01-11 20:16:13 +01:00
Pol Dellaiera
dc28dea4a1
newcomputermodern: init at 5.1
2024-01-11 12:51:33 +01:00
Marcus Ramberg
c1a73c1082
netop: init at 0.1.4
2024-01-09 23:13:43 +01:00
Stanisław Pitucha
bb61278fd0
neural-amp-modeler-lv2: init at 0.1.3
2024-01-07 14:33:13 +11:00
arthsmn
55e5940bc7
newsraft: add passthru.updateScript
2024-01-02 20:39:49 -03:00
arthsmn
38f96462bf
newsraft: refactor
2024-01-01 15:37:19 -03:00
R. Ryantm
33879dfbe6
netclient: 0.21.1 -> 0.21.2
2023-12-17 06:06:19 +00:00
Peder Bergebakken Sundt
ad5e744714
treewide: finalAttrs.doCheck -> finalAttrs.finalPackage.doCheck
...
This will respect `doCheck = false;` overrides, common for cross.
2023-11-30 18:56:12 +01:00
Peder Bergebakken Sundt
9b11307f42
Merge pull request #260869 from OPNA2608/init/lomiri/net-cpp
...
net-cpp: init at 3.1.0
2023-11-30 18:49:10 +01:00
OPNA2608
fd304c1459
net-cpp: Fetch patch for opting out of tests
2023-11-28 11:08:52 +01:00
Tim Cuthbertson
1bcd510dcc
netproxrc: init at 1.1.0
2023-11-28 20:53:58 +11:00
arthsmn
fa07281c0b
newsraft: 0.21 -> 0.22
...
fix the repository name, as the release notes apply
update hash
2023-11-27 11:56:19 -03:00
Arthur
51a01a7e55
newsraft: init at 0.21
...
Fix the test. by-name packages should not worry about all-packages.nix.
Update pkgs/by-name/ne/newsraft/package.nix
Co-authored-by: IogaMaster <67164465+IogaMaster@users.noreply.github.com>
2023-11-21 00:41:45 -03:00
Weijia Wang
cf830f7890
Merge pull request #262904 from jakuzure/netnewswire
...
net-news-wire: init at 6.1.4
2023-10-28 18:52:41 +02:00
jakuzure
4815708fe5
net-news-wire: init at 6.1.4
2023-10-28 16:53:21 +02:00
R. Ryantm
4404b068b6
netclient: 0.21.0 -> 0.21.1
2023-10-17 12:08:39 +00:00
OPNA2608
0c22987cbd
net-cpp: init at 3.1.0
2023-10-13 16:19:58 +02:00
Vladimír Zahradník
202f059e7d
netclient: init at 0.21.0
2023-10-09 15:58:01 +02:00
Zhong Jianxin
d75c1e5612
netproc: unstable-2022-02-11 -> 0.6.6
...
- Migrate to by-name hierarchy
- Use the finalAttrs pattern for easier overrides
- Add meta.mainProgram
2023-09-23 00:13:24 +08:00