Pavol Rusnak
88b39f7a87
Merge pull request #157852 from SuperSandro2000/electrum
...
electrum: do not break upstream patches
2022-02-02 17:34:02 +01:00
Kim Lindberger
b43e0ae859
Merge pull request #157719 from talyz/bookstack-secret-paths
...
nixos/bookstack: Make secret replacement strings more unique
2022-02-02 16:27:22 +01:00
Sandro
4dccd7023f
Merge pull request #156544 from vs49688/rpcs3
2022-02-02 16:14:46 +01:00
Sandro
f949fad39a
electrum: do not break upstream patches
2022-02-02 16:10:54 +01:00
JesusMtnez
37a0d070bc
ammonite: 2.5.1 -> 2.5.2
2022-02-02 09:32:52 -05:00
R. Ryantm
55c151b450
sbt: 1.6.1 -> 1.6.2
2022-02-02 09:32:29 -05:00
Mario Rodas
ec8d683d65
Merge pull request #157791 from xrelkd/update/gitui
...
gitui: 0.19.0 -> 0.20.1
2022-02-02 09:21:34 -05:00
Zane van Iperen
e00cda8dc0
rpcs3: update script fixes
...
Update the update script to handle the new ittapi stuff, and to work
with nixpkgs-update (needs the old version to be a literal string in
the file). Also throw some general cleanups in there for good measure.
2022-02-02 23:47:04 +10:00
Zane van Iperen
f889cf0bd4
rpcs3: 0.0.19-12975-37383f421 -> 0.0.20-13222-8c2fd5095
2022-02-02 23:47:04 +10:00
Mario Rodas
c4e91dae6e
Merge pull request #157200 from kfollesdal/timescaledb-tune-0.12
...
timescaledb-tune: 0.11.2 -> 0.12.0
2022-02-02 08:45:04 -05:00
Sandro
8fcb7ef1af
Merge pull request #157205 from enderger/tup/vim-syntax
2022-02-02 14:44:41 +01:00
Mario Rodas
c5c6db490c
Merge pull request #157262 from r-ryantm/auto-update/shadowsocks-rust
...
shadowsocks-rust: 1.12.5 -> 1.13.0
2022-02-02 08:44:35 -05:00
Mario Rodas
c07ff1a00e
Merge pull request #157556 from r-ryantm/auto-update/flexget
...
flexget: 3.2.15 -> 3.2.16
2022-02-02 08:44:20 -05:00
Sandro
ac902152fe
Merge pull request #157371 from Enzime/fix/spotify-tray-automake
2022-02-02 14:43:10 +01:00
Mario Rodas
454038d500
Merge pull request #157656 from xrelkd/update/drill
...
drill: 0.7.0 -> 0.7.2
2022-02-02 08:30:32 -05:00
Mario Rodas
bfcecb16cd
Merge pull request #157672 from xrelkd/update/mdbook-mermaid
...
mdbook-mermaid: 0.8.3 -> 0.9.0
2022-02-02 08:30:15 -05:00
R. Ryantm
f37aec7325
python310Packages.lightwave2: 0.8.0 -> 0.8.1
2022-02-02 13:14:10 +00:00
markuskowa
9bef5ccc3a
Merge pull request #157786 from r-ryantm/auto-update/sdrangel
...
sdrangel: 6.18.0 -> 6.18.1
2022-02-02 13:52:28 +01:00
Jörg Thalheim
554d2d8aa2
Merge pull request #157806 from r-ryantm/auto-update/python3.9-yubikey-manager
...
yubikey-manager: 4.0.7 -> 4.0.8
2022-02-02 13:40:26 +01:00
Uri Baghin
a152f900d1
Merge pull request #157767 from uri-canva/xorg-1.17
...
xorg.xorgserver: remove abi 1.17
2022-02-02 23:38:55 +11:00
Kevin Cox
4f16ceeb7a
Merge pull request #157747 from LibreCybernetics/update-nvidia
...
nvidia_x11: 495.46 → 510.47.03
2022-02-02 07:34:27 -05:00
Anderson Torres
c60feb2ef3
Merge pull request #157718 from AndersonTorres/new-munt
...
munt: full refactor
- libmt32emu: init at 2.5.3
- mt32emu-smf2wav: init at 1.7.0
- mt32emu-qt: init at 1.9.0
- dosbox-staging: munt is now libmt32emu
2022-02-02 09:23:56 -03:00
Sandro
4c62db9e42
Merge pull request #156188 from arcnmx/flask-wtf-fixes
2022-02-02 13:20:11 +01:00
Sandro
6c309ef9ae
Merge pull request #157830 from azahi/werf
2022-02-02 12:52:21 +01:00
Harrison Houghton
7c47df46c6
h2: 1.4.199 -> 2.1.210 ( #155436 )
2022-02-02 12:43:55 +01:00
Sandro
196921c619
Merge pull request #144306 from Stunkymonkey/findimagedupes
2022-02-02 12:41:51 +01:00
talyz
be97b3b44d
nixos/bookstack: Make secret replacement strings more unique
...
If a secret path is a subset of a second secret path, there's a risk
that its secret is substituted for the matching part of the second
path. To prevent this, use the sha256 of the paths as placeholder
string instead.
2022-02-02 12:27:18 +01:00
DavHau
ac728c1e96
fetchpatch: Clean up
...
Co-Authored-By: Ivar Scholten <ivar.scholten@protonmail.com>
2022-02-02 12:15:47 +01:00
DavHau
dfcc51def7
fetchpatch: allow empty hash
...
Previously, when sha256 either wasn't defined or set to an empty string
fetchpatch would error out as follows:
'''
warning: found empty hash, assuming 'sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA='
...
/nix/store/agwlk2bcfvz2ggrsbvwd7696qj55frbi-stdenv-linux/setup: line 96: /build/: Is a directory
sed: couldn't flush stdout: Broken pipe
'''
This patch makes it show fetchurl's error message instead:
'''
warning: found empty hash, assuming 'sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA='
...
error: hash mismatch in fixed-output derivation:
specified: sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=
got: sha256-NWGWoyEgT/ztCwbhNgGPvG+nqX4bxtFnD+wds6fklbs=
'''
This is very convenient for TOFU.
Co-Authored-By: Ivar Scholten <ivar.scholten@protonmail.com>
2022-02-02 12:15:47 +01:00
markuskowa
66f83c86fb
Merge pull request #157827 from suhr/anders
...
anders: init at 1.1.1
2022-02-02 12:03:50 +01:00
R. Ryantm
0e86fd9ae5
symfony-cli: 5.2.2 -> 5.3.0
2022-02-02 20:47:24 +10:00
R. Ryantm
0260f5dde4
seaweedfs: 2.85 -> 2.88
2022-02-02 20:44:41 +10:00
Ryan Horiguchi
824694e8d8
plex: 1.25.3.5409-f11334058 -> 1.25.4.5487-648a8f9f9
2022-02-02 11:19:03 +01:00
Azat Bahawi
b3ccab31f2
werf: 1.2.56 -> 1.2.60
2022-02-02 13:17:14 +03:00
Sandro
675e857625
Merge pull request #157804 from JesusMtnezForks/httpie
2022-02-02 11:12:09 +01:00
Sandro
43e3b6af08
Merge pull request #151970 from sikmir/md2gemini
2022-02-02 10:56:18 +01:00
Сухарик
3f90b3a1e1
anders: init at 1.1.1
2022-02-02 12:31:53 +03:00
Pascal Wittmann
b01700309d
Merge pull request #157808 from chkno/fix-sources.gentoo.org-urls
...
Fix broken sources.gentoo.org fetch URLs
2022-02-02 10:25:16 +01:00
R. Ryantm
7369c80ee8
python310Packages.dpath: 2.0.5 -> 2.0.6
2022-02-02 08:54:28 +00:00
Pascal Bach
ede7938092
Merge pull request #157746 from Ma27/bump-element
...
element-{web,desktop}: 1.9.9 -> 1.10.1
2022-02-02 09:51:23 +01:00
Vladimír Čunát
f85152d72d
Merge #157215 : staging-next 2022-01-29
...
Fixing screen locker regression, and some security updates, too.
2022-02-02 08:57:12 +01:00
Pierre Roux
ced4ffe645
Add odd-order 1.13.0
2022-02-02 08:56:55 +01:00
Pierre Roux
2768c9d4cb
Adapt to Coq 8.15 and MathCOmp 1.14
2022-02-02 08:56:55 +01:00
Pierre Roux
7846d0278e
mathcomp-abel compiles with Coq 8.15
2022-02-02 08:56:55 +01:00
Cyril Cohen
dffe2434ae
coqPackages.mathcomp: 1.13.0 -> 1.14.0
2022-02-02 08:56:55 +01:00
Fabian Affolter
f1b37c5c22
Merge pull request #157679 from fabaff/bump-types-requests
...
python3Packages.types-requests: 2.27.6 -> 2.27.8
2022-02-02 08:55:09 +01:00
Fabian Affolter
56061943c5
Merge pull request #157680 from fabaff/bump-dnstwist
...
dnstwist: 20220120 -> 20220131
2022-02-02 08:54:55 +01:00
Fabian Affolter
6c6e062e73
Merge pull request #157686 from fabaff/bump-boschshcpy
...
python3Packages.boschshcpy: 0.2.28 -> 0.2.29
2022-02-02 08:54:42 +01:00
Fabian Affolter
3c26e4cc50
Merge pull request #157714 from r-ryantm/auto-update/python3.10-pyatmo
...
python310Packages.pyatmo: 6.2.2 -> 6.2.4
2022-02-02 08:52:37 +01:00
Fabian Affolter
3fe0f260a2
Merge pull request #157765 from r-ryantm/auto-update/python3.10-pylast
...
python310Packages.pylast: 4.4.0 -> 4.5.0
2022-02-02 08:51:11 +01:00