Commit graph

482956 commits

Author SHA1 Message Date
heyimnova 9145423abe python3Packages.repath: init at 0.9.0 2023-05-09 20:11:39 -03:00
Martin Weinelt ca426678ab
Merge pull request #220421 from ckiee/in-formant-update-qt6
in-formant: 2021-06-30 -> unstable-2022-09-15; unbreak
2023-05-10 01:10:03 +02:00
0x4A6F cd22034f97
Merge pull request #230894 from Janik-Haag/master
qdmr: fixing udev rule build failure
2023-05-10 00:59:55 +02:00
Martin Weinelt 906819832a
Merge pull request #230962 from bcdarwin/python3-pydicom-seg
python310Packages.pydicom-seg: init at 0.4.1
2023-05-10 00:57:17 +02:00
geri1701 10ce483054
ne: fix build 2023-05-10 00:40:06 +02:00
figsoda e71b93b1c6 inlyne: 0.2.1 -> 0.3.1
Diff: https://github.com/trimental/inlyne/compare/v0.2.1...v0.3.1

Changelog: https://github.com/trimental/inlyne/releases/tag/v0.3.1
2023-05-09 18:29:29 -04:00
Gaetan Lepage 2f82431c7f julia: 1.8.5 -> 1.9.0 2023-05-09 23:57:28 +02:00
Ben Darwin 1b4e545252 python310Packages.pydicom-seg: init at 0.4.1 2023-05-09 17:53:45 -04:00
Robert Scott de62c56cab
Merge pull request #229373 from jleightcap/jl/yosys-0.28
yosys: 0.27 -> 0.28
2023-05-09 22:49:48 +01:00
Sandro 688e2b8c02
Merge pull request #227946 from jurraca/nostr-rs-relay
nostr-rs-relay: init at 0.8.9
2023-05-09 23:39:55 +02:00
Martin Weinelt 2be2bef644
Merge pull request #230957 from mweinelt/tlds-2023050900
python3.pkgs.tlds: 2023050800 -> 2023050900
2023-05-09 23:16:40 +02:00
Adam Joseph d128d47318 buildLuaPackage: fix cross
buildLuaPackage accesses lua.pkgs.luarocks, which became unspliced
at some point.  Let's use callPackage to get it, so we can be sure
it will be spliced.
2023-05-09 14:15:07 -07:00
MaxHearnden 44591b6e8a
mitscheme: use texinfo6 2023-05-09 14:13:04 -07:00
lize.live 1c65a8c088 starsector: 0.95.1a-RC6 -> 0.96a-RC8 2023-05-09 14:12:40 -07:00
Martin Weinelt 32fc746097 python3.pkgs.tlds: 2023050800 -> 2023050900
Diff: 2023050800...2023050900
2023-05-09 23:03:08 +02:00
Sandro 4487c14ec3
Merge pull request #229983 from SuperSandro2000/vtm-update
vtm: 0.9.8v -> 0.9.9h
2023-05-09 22:57:35 +02:00
aleksana 583ea0263d alarm-clock-applet: remove deprecation notice 2023-05-10 04:57:12 +08:00
aleksana 8ae16df22b alarm-clock-applet: init at 0.4.1 2023-05-10 04:57:12 +08:00
Martin Weinelt ff3a2976ab
Merge pull request #230940 from rhendric/rhendric/python311Packages.stem
python311Packages.stem: disable for Python >= 3.11
2023-05-09 22:51:45 +02:00
Martin Weinelt f56995c6ee
Merge pull request #230952 from rhendric/rhendric/python3Packages.sphinxcontrib-spelling
python3Packages.sphinxcontrib-spelling: is pyproject
2023-05-09 22:50:49 +02:00
Raito Bezarius 99e65bb00d linux_*, except testing, 4.14: apply patch for CVE-2023-32233
This applies the patch for CVE-2023-32233 from kernel 4.19 until 6.3,
testing (6.4-rc1 at the moment) is excluded because it already have the
fix and 4.14 doesn't have this fix queued for the next stable kernel.
2023-05-09 22:50:32 +02:00
Weijia Wang c70f9cd1b2
Merge pull request #230800 from wineee/wallpapers
deepin.dde-daemon: fix can't set custom wallpapers
2023-05-09 23:35:58 +03:00
Ryan Hendrickson 8ec7060018 python3Packages.sphinxcontrib-spelling: is pyproject 2023-05-09 16:33:35 -04:00
Felix Buehler 8f7fa64c57 ariang: 1.3.4 -> 1.3.5 2023-05-09 22:17:12 +02:00
John Ericson 47d50c9586
Merge pull request #227914 from emilytrau/trusting-trust
stdenv: begin work on 256b bootstrap i.e. Trusting Trust
2023-05-09 16:14:41 -04:00
Alyssa Ross 454b2058d4
rustc: fix name when cross compiled
I made a mistake when trying to add the target prefix to Rust cross
compilers: pkgsCross.aarch64-multiplatform.rustc ended up being called
"aarch64-unknown-linux-gnu-rustc-aarch64-unknown-linux-gnu-1.69.0",
which is a bit verbose.

With this change:

	nix-repl> rustc.name
	"rustc-1.69.0"

	nix-repl> pkgsCross.aarch64-multiplatform.buildPackages.rustc.name
	"aarch64-unknown-linux-gnu-rustc-1.69.0"

	nix-repl> pkgsCross.aarch64-multiplatform.rustc.name
	"rustc-aarch64-unknown-linux-gnu-1.69.0"

As intended.

Fixes: 57e73d23bb ("rustc,rustPlatform.buildRustPackage: broaden platforms")
2023-05-09 20:13:45 +00:00
0x4A6F c0f48d3668
silicon: fix build on aarch64-linux 2023-05-09 22:12:08 +02:00
Pascal Bach c66d3f2aff
Merge pull request #230803 from r-ryantm/auto-update/minio
minio: 2023-04-28T18-11-17Z -> 2023-05-04T21-44-30Z
2023-05-09 22:09:34 +02:00
Ryan Hendrickson f274325374 python311Packages.stem: disable for Python >= 3.11 2023-05-09 16:01:16 -04:00
Martin Weinelt 084ccb0731
evcc: 0.116.7 -> 0.117.0
https://github.com/evcc-io/evcc/releases/tag/0.117.0
2023-05-09 21:45:35 +02:00
Doron Behar 11a10a9c49
Merge pull request #230882 from skorpy2009/master
zoom-us: 5.14.5.2430 -> 5.14.7.2928
2023-05-09 22:40:05 +03:00
Weijia Wang 0e7f39bfb6
Merge pull request #230739 from figsoda/supply
cargo-supply-chain: 0.3.2 -> 0.3.3
2023-05-09 22:36:56 +03:00
Martin Weinelt 4a68544db3
Merge pull request #230934 from mweinelt/pysnooz-fix
python310Packages.pysnooz: Fix tests
2023-05-09 21:34:07 +02:00
Weijia Wang 7f57da303f
Merge pull request #230849 from azahi/gsl-lite-zhf
gsl-lite: fix tests
2023-05-09 22:30:07 +03:00
natsukium 7cc0865a54 python3Packages.langchain: enable some llms api 2023-05-09 15:28:41 -04:00
natsukium 5df7c5224b python3Packages.manifest-ml: init at 0.1.5 2023-05-09 15:28:41 -04:00
natsukium 4dec52e0d4 python3Packages.nlpcloud: init at 1.0.41 2023-05-09 15:28:41 -04:00
natsukium 58970f4c1e python3Packages.cohere: init at 4.3.1 2023-05-09 15:28:41 -04:00
natsukium bc8b4af988 python3Packages.anthropic: init at 0.2.7 2023-05-09 15:28:41 -04:00
asonix cb2941db79 pict-rs: 0.3.0-alpha.37 -> 0.3.3 2023-05-09 15:24:54 -04:00
Weijia Wang 86bafe1e7f
Merge pull request #230837 from r-ryantm/auto-update/gowitness
gowitness: 2.4.2 -> 2.5.0
2023-05-09 22:19:27 +03:00
Kiskae 1e1b8c5a8d linuxPackages.nvidia_x11_production: 525.116.03 -> 525.116.04 2023-05-09 21:19:16 +02:00
Weijia Wang 52ae539b00
Merge pull request #230862 from r-ryantm/auto-update/python310Packages.robotframework-seleniumlibrary
python310Packages.robotframework-seleniumlibrary: 6.0.0 -> 6.1.0
2023-05-09 22:18:11 +03:00
Martin Weinelt 61321a1f65
python310Packages.pysnooz: Fix tests
By applying a fix I submitted upstream.
2023-05-09 21:17:51 +02:00
Weijia Wang f1dc1ab646
Merge pull request #230875 from kranurag7/gadget-bump
kubectl-gadget: 0.15.0 -> 0.16.0
2023-05-09 22:17:24 +03:00
Jörg Thalheim d25da2accb
Merge pull request #228197 from utkarshgupta137/bump/rustup
rustup: 1.25.2 -> 1.26.0
2023-05-09 20:14:50 +01:00
Jörg Thalheim b6f8c270a4
Merge pull request #230879 from azahi/radare-586
radare2: 5.8.4 -> 5.8.6
2023-05-09 20:06:08 +01:00
aleksana d17ecf5685 hcledit: init at 0.2.7 2023-05-10 03:03:49 +08:00
ajs124 c730208109 iredis: fix by relaxing some dependency versions 2023-05-09 20:53:57 +02:00
Pascal Bach 7e14b746c0
Merge pull request #230890 from linyinfeng/tocken
nixos/networkd: fix typo of `tokenBucketFilterConfig`
2023-05-09 20:49:37 +02:00