Fabian Affolter
829b8d2228
python3Packages.mypy-boto3-s3: 1.20.1 -> 1.20.12
2021-11-25 18:48:02 +01:00
Léo Stefanesco and Vincent Laporte
7c52900af1
coqPackages.coq-record-update: init
2021-11-25 17:20:16 +00:00
Léo Stefanesco and Vincent Laporte
8b2fe80dd2
maintainers: add ineol
2021-11-25 17:20:16 +00:00
ajs124
cede244af9
php80Extensions.xmlreader: fix build
2021-11-25 18:18:21 +01:00
Florent C
1bf1adbf0b
xob: 0.2 -> 0.3
...
The current package is outdated and does not have a maintainer anymore.
This updates the package to version 0.3 and adds myself as the new
package maintainer since I am already the maintainer of xob.
2021-11-25 18:13:07 +01:00
ajs124
6dfffc7d49
php80: 8.0.12 -> 8.0.13
...
Fixes CVE-2021-21707
2021-11-25 18:07:38 +01:00
ajs124
183cc6ea80
php74: 7.4.25 -> 7.4.26
...
Fixes CVE-2021-21707
2021-11-25 18:07:38 +01:00
ajs124
31fdf8b75e
varnish60: 6.0.8 -> 6.0.9
2021-11-25 18:02:17 +01:00
Zane van Iperen and GitHub
9aecabdf89
protoc-gen-go-vtproto: init at 0.2.0 ( #144449 )
2021-11-25 09:02:04 -08:00
Michael Raitza
4f5daac94e
factor-lang: Rewrite builder in preparation for 0.99
...
Fixes #136400
2021-11-25 18:01:09 +01:00
YI
6da3d9a749
prometheus-node-exporter: 1.2.2 -> 1.3.0
2021-11-26 00:59:12 +08:00
Robert Schütz
d9823c39ce
python2Packages.keyring: drop
...
It's not used by any leaf package.
2021-11-25 08:44:54 -08:00
oxalica
8cf96b9426
stdenv: patch autoconf script for riscv in stage 2
2021-11-26 00:32:33 +08:00
oxalica
fc3ea54fb3
make-bootstrap-tools: produce libatomic on riscv platform
2021-11-26 00:32:33 +08:00
oxalica
3b069a2ef8
bintools-wrapper: add dynamicLinker for riscv
2021-11-26 00:32:33 +08:00
Sandro and GitHub
414a0d6e23
Merge pull request #147372 from newAM/cargo-flash
2021-11-25 17:28:57 +01:00
Dzmitry Malyshau
cbfec29e81
moz-phab: use substituteInPlace instead of a patch
2021-11-25 11:18:07 -05:00
Fabian Affolter
60fd1074df
python3Packages.pysmartthings: 0.7.6 -> 0.7.7
2021-11-25 17:06:37 +01:00
oxalica
edc83a9bf0
stretchly: 1.7.0 -> 1.8.1
...
It contains the fix of a critical bug which which shows empty window and
basically lock users out.
https://github.com/hovancik/stretchly/commit/4f0df79bc6645ae16e9b8bbe4d4c5596482e840f
2021-11-25 23:54:53 +08:00
sternenseemann
a7c564596e
haskell.compiler.*: use isScript over grepping for #!
2021-11-25 16:48:56 +01:00
Alex Martens
9974c0dfde
cargo-flash: 0.11.0 -> 0.12.0
2021-11-25 07:48:49 -08:00
sternenseemann
f5c3b6523c
haskell.compiler.*: move propagatedBuildInputs into runtimeDeps
...
This has two main benefits:
* GHC will work reliably outside of stdenv, even when using -fllvm since
everything it'll call at runtime will be provided in PATH via the
wrapper scripts.
* LLVM will no longer leak into haskell packages' configure
scripts. This was an issue with llvm-hs which fails to build if the
LLVM version of the compiler since the propagatedBuildInputs of GHC
take precedence over the nativeBuildInputs added in the derivation.
2021-11-25 16:47:51 +01:00
sternenseemann
035f20bc6b
haskell.compiler.*: prefix PATH with runtimeDeps
...
This will prevent freak accidents where the wrong tools are used because
they are in PATH by chance.
2021-11-25 16:42:47 +01:00
Thiago Kenji Okada and GitHub
6080ef54eb
Merge pull request #147136 from thiagokokada/add-build-graalvm-native-image
...
buildGraalvmNativeImage: init
2021-11-25 12:24:44 -03:00
Lin Yinfeng
1432f5c30d
godns: 2.5.1 -> 2.5.2
2021-11-25 23:17:49 +08:00
sternenseemann
5384a35a0c
haskell.compiler.ghc*Binary: add all missing runtimeDeps to PATH
...
This brings the binary GHCs on parity with the source built ones in
terms of the wrapper. The upshot of this is that compiling something
using the binary GHCs no longer depends on PATH being populated with
the tools included in stdenv at all. We can even test this by running
the installCheck with an empty environment (via `env -i`).
2021-11-25 15:42:47 +01:00
Fabian Affolter and GitHub
8ebfa5b8e5
Merge pull request #147350 from fabaff/fix-rflink
...
python3Packages.rflink: add patch to support async_timeout> 4
2021-11-25 15:09:36 +01:00
Fabian Affolter and GitHub
a0fe71b0b5
Merge pull request #147346 from fabaff/fix-rokuecp
...
python3Packages.rokuecp: disable failing test
2021-11-25 15:09:12 +01:00
Fabian Affolter and GitHub
2a8928ede6
Merge pull request #147300 from fabaff/asyncmy
...
python3Packages.asyncmy: init at 0.2.3
2021-11-25 15:08:58 +01:00
Fabian Affolter and GitHub
bd5c7395d5
Merge pull request #147360 from fabaff/fix-surepy
...
python3Packages.surepy: relax constraints
2021-11-25 15:07:23 +01:00
Thiago Kenji Okada
a5c0f59bf7
buildGraalvmNativeImage: allow nativeImageBuildArgs to be overwritten
2021-11-25 11:02:46 -03:00
sternenseemann
579bc49e94
haskell.compiler.ghc*Binary: don't propagate LLVM, use wrapper
...
Copy the approach from the normal GHC derivations for adding an
`export PATH` into the scripts in `$out/bin` and use it to put the
specific LLVM version of the binary GHC into its PATH. This will
prevent the LLVM version of the GHC we are building later to take
precedence over the LLVM version this GHC needs.
2021-11-25 14:53:07 +01:00
Bobby Rong and GitHub
1e0f0b9547
Merge pull request #147256 from bobby285271/pantheon-next
...
Pantheon updates 2021-11-24
2021-11-25 21:46:54 +08:00
Fabian Affolter
547190bdac
python3Packages.PyChromecast: 9.3.1 -> 10.1.1
2021-11-25 14:44:03 +01:00
Artturi and GitHub
ac91abb157
Merge pull request #146835 from polykernel/swayr-update-patch-1
...
swayr: 0.7.0 -> 0.10.0
2021-11-25 15:36:45 +02:00
Fabian Affolter
52ece396d7
python3Packages.surepy: relax constraints
2021-11-25 14:21:50 +01:00
Thiago Kenji Okada and GitHub
6e692e2048
Merge pull request #147132 from MrMebelMan/update/kratos
...
kratos: 0.7.6-alpha.1 -> 0.8.0-alpha.3
2021-11-25 10:19:16 -03:00
Bobby Rong
ca71d0b22a
pantheon.wingpanel-indicator-datetime: use upstreamed patch
2021-11-25 21:00:24 +08:00
Bobby Rong
a54db1668b
pantheon.wingpanel-applications-menu: 2.9.1 -> 2.10.1
2021-11-25 21:00:24 +08:00
Bobby Rong
d5aaed533c
pantheon.gala: 6.2.1 -> 6.3.0
2021-11-25 21:00:24 +08:00
github-actions[bot] and GitHub
64d45bb08b
Merge master into staging-next
2021-11-25 12:01:26 +00:00
Sandro and GitHub
73369f8d08
Merge pull request #147352 from 06kellyjac/deno
2021-11-25 13:00:32 +01:00
Sandro and GitHub
333b8d5052
Merge pull request #147326 from arkivm/fix-glymur
2021-11-25 13:00:13 +01:00
Sandro and GitHub
c8a3763679
Merge pull request #147328 from arkivm/fix-yfinance
2021-11-25 12:59:59 +01:00
Petros Angelatos
01a19ba42f
materialize: 0.9.4 -> 0.10.0
...
Signed-off-by: Petros Angelatos <petrosagg@gmail.com >
2021-11-25 12:59:16 +01:00
Zane van Iperen
b560894545
jpsxdec: init at 1.05
2021-11-25 21:49:29 +10:00
Sandro and GitHub
fc6c8f09d9
Merge pull request #147334 from dotlambda/keyring-23.3.0
2021-11-25 12:46:50 +01:00
Sandro and GitHub
ae167a9881
Merge pull request #147024 from sumnerevans/heisenbridge-1.7.1
2021-11-25 12:45:31 +01:00
Felix Buehler
b637d805c1
ocamlPackages.ocsigen-start: switch to fetchFromGitHub
2021-11-25 12:39:57 +01:00
Sandro and GitHub
2d9202d70c
Merge pull request #147327 from AdrianKoshka/jenkins-update
2021-11-25 12:39:24 +01:00