rnhmjoj
10a5181278
monero-{cli,gui}: 0.17.3.0 -> 0.17.3.2
2022-05-01 12:20:29 +02:00
Vladimír Čunát
bb7ce96081
Merge #168650 : stdenvBootstrapTools: add attribute
2022-05-01 10:53:53 +02:00
Fabian Affolter
a78f46dd0c
Merge pull request #171057 from fabaff/xknx-bump
...
python310Packages.xknx: 0.20.4 -> 0.21.0
2022-05-01 10:19:53 +02:00
Fabian Affolter
5c17fa55f0
Merge pull request #171088 from r-ryantm/auto-update/python3.10-flake8-debugger
...
python310Packages.flake8-debugger: 4.0.0 -> 4.1.2
2022-05-01 10:19:13 +02:00
Fabian Affolter
e21d60ef64
Merge pull request #171084 from r-ryantm/auto-update/python3.10-pytrafikverket
...
python310Packages.pytrafikverket: 0.1.6.2 -> 0.2.0.1
2022-05-01 10:17:26 +02:00
Fabian Affolter
00e1dd6c90
python310Packages.flake8-debugger: enable tests
...
- add pythonImportsCheck
- disable on older Python releases
2022-05-01 09:54:33 +02:00
Vladimír Čunát
887cf48b06
Merge #171094 : thunderbird*: 91.8.0 -> 91.8.1
2022-05-01 09:49:04 +02:00
Norbert Melzer
bf4158e448
gnuradio: fix cross compile
2022-05-01 09:48:23 +02:00
Fabian Affolter
f734041415
Merge pull request #171073 from fabaff/ratelimiter-fix
...
python310Packages.ratelimiter: fix check part
2022-05-01 09:42:54 +02:00
Fabian Affolter
8d23e0f94d
python310Packages.pytrafikverket: update description
2022-05-01 09:41:40 +02:00
Fabian Affolter
3ffb4a77a5
python310Packages.pytrafikverket: disable on older Python releases
2022-05-01 09:39:57 +02:00
Fabian Affolter
57c0787a8e
Merge pull request #171080 from r-ryantm/auto-update/python3.10-types-requests
...
python310Packages.types-requests: 2.27.24 -> 2.27.25
2022-05-01 09:37:50 +02:00
Dennis Gosnell
bf350cf804
Merge pull request #171001 from cdepillabout/purescript-0.15.0
...
purescript: 0.14.7 -> 0.15.0
2022-05-01 16:28:02 +09:00
Dennis Gosnell
7be18af83c
Merge pull request #169513 from NixOS/haskell-updates
...
haskellPackages: update stackage and hackage
2022-05-01 16:19:55 +09:00
Dmitry Bogatov
5e831c7d4d
gpm: fix static build
...
Patch I developed to add support for static build into upstream build system do
not apply cleanly on 1.20.7 release, so instead of backporting it, I decided to
switch to git snapshot instead. It allowed to get rid of three other patches
in nix expression, since they are applied upstream.
=> https://github.com/telmich/gpm/pull/42
I requested proper release, but chance seems to be slim.
=> https://github.com/telmich/gpm/issues/33
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Alyssa Ross <hi@alyssa.is>
2022-05-01 06:50:23 +00:00
davidak
bd971a2416
Merge pull request #169277 from dotlambda/ooniprobe-cli-init
...
ooniprobe-cli: init at 3.14.2
2022-05-01 08:15:12 +02:00
taku0
a4e41af62d
thunderbird: 91.8.0 -> 91.8.1
2022-05-01 14:17:03 +09:00
taku0
c203747ba3
thunderbird-bin: 91.8.0 -> 91.8.1
2022-05-01 14:16:55 +09:00
Sandro
7d0bdb1eba
Merge pull request #164861 from r-ryantm/auto-update/commons-daemon
...
commonsDaemon: 1.2.4 -> 1.3.0
2022-05-01 07:14:32 +02:00
davidak
ba3762b8be
Merge pull request #170504 from romildo/upd.mate
...
nixos/mate: enable libinput
2022-05-01 06:10:54 +02:00
R. Ryantm
ced8363582
python310Packages.flake8-debugger: 4.0.0 -> 4.1.2
2022-05-01 02:58:24 +00:00
R. Ryantm
89bf448106
python310Packages.pytrafikverket: 0.1.6.2 -> 0.2.0.1
2022-05-01 02:40:34 +00:00
zowoq
b283b64580
kube3d: remove extra mainProgram
...
fixes eval
2022-05-01 11:43:50 +10:00
Artturi
3c99563f7a
Merge pull request #166237 from 06kellyjac/k3d
...
kube3d: 5.3.0 -> 5.4.1
2022-05-01 04:28:03 +03:00
Artturi
42f6d185fe
Merge pull request #168424 from klDen/feat/update-globalprotect
...
globalprotect-openconnect: 1.3.4 -> 1.4.1
2022-05-01 04:27:01 +03:00
Ivar Scholten
e3c19ba57e
nuget-to-nix: include required dependencies
2022-04-30 18:24:48 -07:00
=
f0af1ef49c
buildDotnetModule: properly inherit arguments from drv
...
Previously buildDotnetModule did not properly inherit some arguments from
derivations, take for example this expression:
dotnetFlags = [
"--runtime linux-x64"
];
It would error out as follows: "MSBUILD : error MSB1001: Unknown switch.".
Setting the same flag from bash would work fine. This fixes that, all
arguments should now be properly interpreted :)
2022-04-30 18:24:48 -07:00
=
f69de108fb
buildDotnetModule: nuget source cleanup
...
There used to be a few issues with the way we generate the nuget source:
* The derivation generated for the deps would have "nuget-deps" in them twice:
/nix/store/...-foo-1.0-nuget-deps-nuget-deps
* We always tried to generate the dependencies for "projectReferences"
even when it wasn't set, causing a warning.
This fixes those issues :)
2022-04-30 18:24:48 -07:00
=
38419c65ce
mkNugetSource: fix bug in metadata generation
...
This improves the metadata generation, previously it would take any
"license" entry from the nuspec, and tried to match it to an spdx ID from
"lib.licenses".
Sometimes however licenses are provided in plain-text, which we
obviously cannot cleanly resolve. This resulted in in useless information
("LICENSE.txt") being written to "meta.license".
2022-04-30 18:24:48 -07:00
Artturi
2a88b7df51
Merge pull request #169844 from Artturin/nixupdate4
...
nixUnstable: pre20220411 -> pre20220422
2022-05-01 04:13:58 +03:00
R. Ryantm
866e71dd23
python310Packages.types-requests: 2.27.24 -> 2.27.25
2022-05-01 00:48:11 +00:00
Mario Rodas
05ced71757
Merge pull request #170630 from mdlayher/mdl-corerad-121
...
corerad: 1.2.0 -> 1.2.1
2022-04-30 19:46:35 -05:00
Mario Rodas
e259fc9aba
Merge pull request #171042 from penguwin/charm
...
charm: 0.11.0 -> 0.12.0
2022-04-30 19:45:57 -05:00
Mario Rodas
42da9bd5e7
Merge pull request #171076 from marsam/update-vale
...
vale: 2.15.5 -> 2.16.0
2022-04-30 19:45:26 -05:00
Anderson Torres
e887de8d9c
Merge pull request #170196 from a-m-joseph/qtwebengine-fix-platforms
...
[py]qtwebengine: meta.platforms
2022-04-30 21:43:00 -03:00
Mario Rodas
1ed876dcb9
Merge pull request #170932 from nagy/sbcl
...
sbcl: 2.1.11 -> 2.2.4
2022-04-30 19:39:43 -05:00
Mario Rodas
87010c081f
Merge pull request #170730 from schmittlauch/seafile-client-8.0.7
...
seafile-client: 8.0.6 -> 8.0.7
2022-04-30 19:35:21 -05:00
Mario Rodas
711738b553
Merge pull request #171075 from marsam/update-ncspot
...
ncspot: 0.9.7 -> 0.9.8
2022-04-30 19:34:38 -05:00
Mario Rodas
db26e4273f
Merge pull request #170739 from r-ryantm/auto-update/python3.10-types-python-dateutil
...
python310Packages.types-dateutil: 2.8.12 -> 2.8.14
2022-04-30 19:34:19 -05:00
Mario Rodas
a3f5f5a515
Merge pull request #170776 from bryanasdev000/ddosify-079
...
ddosify: 0.7.6 -> 0.7.9
2022-04-30 19:33:29 -05:00
Mario Rodas
43cef416a5
Merge pull request #170804 from bbigras/anytype
...
anytype: 0.25.0 -> 0.25.4
2022-04-30 19:33:03 -05:00
Mario Rodas
2f40d52ed8
Merge pull request #170870 from r-ryantm/auto-update/mopidy
...
mopidy: 3.2.0 -> 3.3.0
2022-04-30 19:32:04 -05:00
Mario Rodas
3f0531a204
Merge pull request #170989 from r-ryantm/auto-update/iosevka-bin
...
iosevka-bin: 15.1.0 -> 15.2.0
2022-04-30 19:28:34 -05:00
Mario Rodas
d982536672
Merge pull request #171005 from Luflosi/update/apio
...
apio: 0.8.0 -> 0.8.1
2022-04-30 19:27:36 -05:00
Adam Joseph
e134ec7dbb
calibre: omit pyqtwebengine on unsupported platforms
2022-04-30 17:17:07 -07:00
Adam Joseph
d53c8e99ee
qutebrowser: take meta.platforms from pyqtweb{engine,kit}
2022-04-30 17:17:07 -07:00
Adam Joseph
0959604970
pyqtwebengine: intersect meta.platforms with qtwebengine
2022-04-30 17:17:06 -07:00
Adam Joseph
cf3d9c3cf1
qtwebengine: implement meta.platforms correctly
2022-04-30 17:17:06 -07:00
github-actions[bot]
5dce602f06
Merge master into haskell-updates
2022-05-01 00:16:25 +00:00
Jason O'Conal
e412163114
Merge pull request #166767 from r-ryantm/auto-update/weechat
...
weechat-unwrapped: 3.4.1 -> 3.5
2022-05-01 09:33:46 +09:30