R. Ryantm
b839fa3b0a
lint-staged: 15.2.6 -> 15.2.7
2024-06-20 11:32:13 +00:00
Niklas Hambüchen
dd3cf6eb69
Merge pull request #318783 from pbsds/fix-reproducible-patch-urls-1717622023
...
treewide: make fetchpatch urls reproducible
2024-06-20 03:01:00 +02:00
Nikolay Korotkiy
c9d4a05cd8
Merge pull request #318434 from Sigmanificient/liboqs-update-0.10.1
...
liboqs: 0.10.0 -> 0.10.1
2024-06-18 22:21:58 +04:00
Weijia Wang
45e794481e
Merge pull request #319109 from r-ryantm/auto-update/limine
...
limine: 7.7.0 -> 7.7.2
2024-06-18 10:28:54 +02:00
Weijia Wang
55b0cadc96
Merge pull request #320295 from quantenzitrone/librearp
...
LibreArp{,-lv2}: rename to librearp{,-lv2}
2024-06-18 10:22:18 +02:00
Nick Cao
ba24cb683a
Merge pull request #320539 from r-ryantm/auto-update/litmusctl
...
litmusctl: 1.6.0 -> 1.7.0
2024-06-17 16:47:22 -04:00
R. Ryantm
f49c76b58c
litmusctl: 1.6.0 -> 1.7.0
2024-06-17 13:42:36 +00:00
Weijia Wang
653a4744aa
Merge pull request #320296 from quantenzitrone/literadte
...
Literate: rename to literate
2024-06-16 23:07:50 +02:00
Zitrone
543cb9a6bd
Literate: rename to literate
2024-06-16 17:37:39 +02:00
Zitrone
db06c687e0
LibreArp{,-lv2}: rename to librearp{,-lv2}
2024-06-16 17:29:43 +02:00
Ben Siraphob
8222aa9278
Merge pull request #315183 from jopejoe1/fix-pname
...
treewide: replace name with pname
2024-06-16 12:34:01 +00:00
h7x4
4a838cba10
Merge pull request #317385 from benneti/eduvpn-2.0
...
libeduvpn-common: 1.2.1 -> 2.0.1 and eduvpn-client: 4.2.1 -> 4.3.0
2024-06-15 17:19:49 +02:00
Benedikt Tissot
22362b3627
libeduvpn-common: 1.2.1 -> 2.0.1
2024-06-15 16:15:07 +02:00
jopejoe1
673270919c
liblapin: use pname instead of name
2024-06-15 09:56:43 +02:00
Vladimír Čunát
9d428a5276
Merge #316075 : staging-next 2024-05-31
2024-06-12 18:48:53 +02:00
Philipp Schuster
375801cfcb
linux-packages: init at ${linuxHeaders.version}
...
This exports the standalone scripts from the Linux tree as usable
package. For example, they are helpful for OS-space developers and
virtualization engineers.
For the beginning, this includes:
`$ extract-vmlinux path/to/bzImage > vmlinux`
`$ extract-ikconfig path/to/bzImage > .config`
2024-06-12 15:29:19 +02:00
github-actions[bot]
fddadbd234
Merge master into staging-next
2024-06-12 12:01:10 +00:00
Johannes Jöns
c78934cbc4
Merge pull request #319174 from getchoo/pkgs/libopus/adopt
...
libopus: adopt; modernize
2024-06-12 12:29:34 +02:00
seth
436cf3aae3
libopus: add jopejoe1 to maintainers
2024-06-12 03:45:39 -04:00
R. Ryantm
2378b49876
lint-staged: 15.2.5 -> 15.2.6
2024-06-12 01:40:23 +00:00
seth
6fb27aeca4
libopus: don't overuse with lib
...
https://github.com/NixOS/nixpkgs/issues/208242
2024-06-11 20:21:40 -04:00
seth
9beb441b15
libopus: adopt
2024-06-11 20:21:40 -04:00
seth
3b8afbd096
libopus: format with nixfmt
2024-06-11 20:21:40 -04:00
seth
13bc7f0011
libopus: migrate to by-name
2024-06-11 20:21:38 -04:00
Peder Bergebakken Sundt
feff02cf10
libsbml: make fetchpatch url reproducible
2024-06-12 01:05:15 +02:00
R. Ryantm
617571a28e
limine: 7.7.0 -> 7.7.2
2024-06-11 18:05:32 +00:00
github-actions[bot]
c96a6f10ef
Merge master into staging-next
2024-06-10 00:02:20 +00:00
Peder Bergebakken Sundt
554bf7fad1
Merge pull request #288616 from TomaSajt/libstudxml
...
libstudxml: init at 1.1.0-b.10+2
2024-06-10 01:06:03 +02:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +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
Sigmanificient
596da91f8e
liboqs: 0.10.0 -> 0.10.1
2024-06-09 14:28:05 +02:00
github-actions[bot]
4f7f1065a7
Merge master into staging-next
2024-06-09 00:03:04 +00:00
Weijia Wang
40ad069fcb
Merge pull request #318332 from sikmir/mz-automation
...
libiec61850,lib60870: enable on unix
2024-06-08 23:04:00 +02:00
TomaSajt
72e6fd8a9c
libstudxml: init at 1.1.0-b.10+2
2024-06-08 21:00:06 +02:00
github-actions[bot]
e807ccccb1
Merge master into staging-next
2024-06-08 18:01:00 +00:00
Nikolay Korotkiy
06054604b3
lib60870: enable on unix
2024-06-08 21:59:49 +04:00
Nikolay Korotkiy
a1d3f67649
libiec61850: enable on unix
2024-06-08 21:54:06 +04:00
Doron Behar
cd18e2ae9a
Merge pull request #316510 from doronbehar/pkg/xfmpc
...
xfce.xfmpc: init at 0.3.1-2024-05-29
2024-06-08 20:34:36 +03:00
github-actions[bot]
f22f5c2c0c
Merge master into staging-next
2024-06-08 00:02:16 +00:00
R. Ryantm
e92684942d
libfmvoice: 0-unstable-2024-05-30 -> 0-unstable-2024-06-06
2024-06-07 04:33:16 +00:00
github-actions[bot]
7c106be2e0
Merge master into staging-next
2024-06-05 18:00:54 +00:00
Doron Behar
22b7dfe0a2
libmpd: mark as broken on Darwin
2024-06-05 14:31:55 +03:00
R. Ryantm
635d02bfeb
limine: 7.5.3 -> 7.7.0
2024-06-05 07:18:44 +00:00
github-actions[bot]
c987c730bb
Merge master into staging-next
2024-06-03 00:02:20 +00:00
R. Ryantm
0c3822ded3
libmediainfo: 24.04 -> 24.05
2024-06-02 04:16:22 +00:00
Doron Behar
0756450ca0
libmpd: init at 11.8.17
2024-06-01 22:56:02 +03:00
github-actions[bot]
c0b9a61616
Merge master into staging-next
2024-05-31 18:01:21 +00:00
Aleksana
2c9a161f4a
Merge pull request #315493 from r-ryantm/auto-update/limine
...
limine: 7.5.2 -> 7.5.3
2024-05-31 23:15:42 +08:00