3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

395531 commits

Author SHA1 Message Date
Mario Rodas 53be7c9439
Merge pull request #182800 from r-ryantm/auto-update/jc
jc: 1.20.3 -> 1.20.4
2022-07-25 19:12:28 -05:00
Mario Rodas 548e74b9f1
Merge pull request #182816 from SuperSandro2000/bundlerApp
bundlerApp: set meta.mainProgram
2022-07-25 19:11:26 -05:00
R. Ryantm 15b2d330fd python310Packages.types-requests: 2.28.3 -> 2.28.4 2022-07-26 00:11:10 +00:00
github-actions[bot] 4defba0df7
Merge staging-next into staging 2022-07-26 00:03:07 +00:00
github-actions[bot] 19fd1d7e90
Merge master into staging-next 2022-07-26 00:02:26 +00:00
Winter a1eb1463c2
Merge pull request #182888 from qowoz/gitaly
gitaly: fix ldflags
2022-07-25 19:57:16 -04:00
Craftman7 ecba5562d0 cypress: 10.2.0 -> 10.3.1 2022-07-25 16:46:37 -07:00
zowoq 898b80521f hclfmt: 2.12.0 -> 2.13.0
https://github.com/hashicorp/hcl/releases/tag/v2.13.0
2022-07-26 09:41:26 +10:00
Mario Rodas 0c174a7eff
Merge pull request #182821 from marsam/update-scrapy
python310Packages.scrapy: 2.6.1 -> 2.6.2
2022-07-25 18:34:12 -05:00
Zhaofeng Li 020ca659d7 alsa-lib: 1.2.7.1 -> 1.2.7.2 2022-07-25 16:29:22 -07:00
Sebastián Mancilla fbda5b9059 xcfun: enable on darwin 2022-07-25 19:25:04 -04:00
Florian Klink 3ac326a93b Revert "gopass*: build with Go with CL417615"
This reverts commit 88415923b5.

With the fix being in go_1_18 itself, this gopass-specific override
doesn't need to be shipped anymore.
2022-07-26 09:24:40 +10:00
Florian Klink 4d1e04c00f go_1_18: backport CL417615
Upstream reverted cmd/compile: revert "fix missing dict pass for type
assertions", as it's causing compilation errors in programs like gopass
- see https://github.com/gopasspw/gopass/issues/2280 and
https://github.com/NixOS/nixpkgs/issues/182440.

The revert has already been cherry-picked to HEAD, but there's no
backport release yet. This can be reverted once there's a new release
with that commit.
2022-07-26 09:24:40 +10:00
zowoq 6e0e1f6dd0 gitaly: fix ldflags
should be a list
2022-07-26 09:15:44 +10:00
Winter 29f8efab91
Merge pull request #182882 from qowoz/zig
zig: use `darwin.apple_sdk_11_0.callPackage`
2022-07-25 18:55:41 -04:00
Winter c1eee44c97 wails: remove superfluous doCheck = true 2022-07-25 18:51:33 -04:00
Winter adffdeb4ae
Merge pull request #182833 from newAM/svdtools
svdtools: 0.1.23 -> 0.2.5
2022-07-25 18:47:32 -04:00
github-actions[bot] 63eb0b66b7 terraform-providers: update 2022-07-25 2022-07-26 08:37:54 +10:00
Ian M. Jones 72971389b8 wails: 2.0.0-beta.38 -> 2.0.0-beta.42 2022-07-25 23:35:04 +01:00
Sandro Jäckel 2082b33c56
intel-media-driver: fix compilation on i686 2022-07-26 00:28:03 +02:00
zowoq 1d73e9798c zig: use darwin.apple_sdk_11_0.callPackage
no need for the if else, `darwin.apple_sdk_11_0.callPackage` is a no op for non-darwin
2022-07-26 08:25:22 +10:00
zowoq 9fff17575c skopeo: 1.9.0 -> 1.9.1
https://github.com/containers/skopeo/releases/tag/v1.9.1
2022-07-26 08:11:42 +10:00
zowoq 3556961da9 conmon: 2.1.2 -> 2.1.3
https://github.com/containers/conmon/releases/tag/v2.1.3
2022-07-26 08:10:24 +10:00
José Romildo Malaquias a14424e2fe
Merge pull request #182628 from aacebedo/papirus-folders
papirus-folders: fix missing dependency
2022-07-25 19:07:59 -03:00
Winter 0256741def
Merge pull request #182865 from symphorien/os-prober-1.81
os-prober: 1.79 -> 1.81
2022-07-25 17:56:54 -04:00
ajs124 66e9ea4827
Merge pull request #180008 from Luflosi/skip-fsck-for-bind-mount 2022-07-25 23:56:12 +02:00
Stig 1472f3ab79
Merge pull request #182846 from prusnak/micropython
micropython: 1.18 -> 1.19
2022-07-25 23:52:41 +02:00
Winter 3088e53a22
Merge pull request #182843 from chvp/bump-mu
mu: 1.8.6 -> 1.8.7
2022-07-25 17:52:17 -04:00
José Romildo 6d5fa6bf8c liferea: 1.13.8 -> 1.13.9 2022-07-25 18:49:53 -03:00
José Romildo 7843e262d8 liferea: add update script 2022-07-25 18:49:03 -03:00
Winter c4665307de
Merge pull request #180148 from Luflosi/nginx-fix-listenAddresses-example
nixos/nginx: fix broken listenAddresses example
2022-07-25 17:47:00 -04:00
sternenseemann f39aee2d8b haskellPackages.terminfo: not a core pkg if cross compiling
GHC's cross build flavours disable the terminfo package, so it will
never be included if we are cross-compiling – setting it to null thus
breaks all builds depending on the package.

To fix this problem, we use the versioned attribute generated by
hackage2nix, just like we do for xhtml.

Closes #182785.
2022-07-25 23:42:29 +02:00
Martin Weinelt cf1696e19d
Merge pull request #179397 from r-ryantm/auto-update/firefox-beta-bin-unwrapped 2022-07-25 23:36:27 +02:00
Martin Weinelt 3363f4efe1
Merge pull request #179398 from r-ryantm/auto-update/firefox-devedition-bin-unwrapped
firefox-devedition-bin-unwrapped: 102.0b9 -> 103.0b1
2022-07-25 23:32:12 +02:00
Malte Brandy 759fed34c0 haskellPackages.hls-ormolu-plugin: Disable flaky test 2022-07-25 22:58:20 +02:00
Guillaume Girol 063996d291
Merge pull request #182233 from symphorien/doc-iso-branch
nixos/doc: don't advise to build master
2022-07-25 20:48:49 +00:00
Guillaume Girol 1068fd4241 os-prober: 1.79 -> 1.81 2022-07-25 22:46:14 +02:00
Rick van Schijndel 98dda0b190
Merge pull request #182855 from lourkeur/security/chia-cat1
chia: mark as insecure
2022-07-25 22:46:01 +02:00
superherointj 31e2112c5f
Merge pull request #182845 from chvp/bump-pywayland
python3Packages.pywayland: 0.14.13 -> 0.14.14
2022-07-25 17:39:56 -03:00
Guillaume Girol c2576bd19f
Merge pull request #180989 from devhell/bump-mediainfo-lib
{lib}mediainfo{-gui}: 22.03 -> 22.06
2022-07-25 20:20:27 +00:00
Artturin 12b2eaeeda umockdev: fix cross 2022-07-25 22:50:53 +03:00
Winter 6fe666be00
Merge pull request #182854 from Craftzman7/pkg/bun
bun: 0.1.2 -> 0.1.5
2022-07-25 15:42:14 -04:00
Craftman7 a6467f01e2 bun: 0.1.2 -> 0.1.5 2022-07-25 12:25:14 -07:00
Maximilian Bosch 7be3a05eb8
Merge pull request #182834 from mayflower/security-fixes
Security fixes
2022-07-25 21:19:33 +02:00
superherointj a4d9fb078b
Merge pull request #182703 from PedroHLC/zen-kernels-5.18.14
zen-kernels: 5.18.13 -> 5.18.14
2022-07-25 16:13:48 -03:00
Alexandre Acebedo 7cfe5b129a ithc: init at unstable-2022-06-07 2022-07-25 21:11:42 +02:00
Louis Bettens 6808d5e09d chia: mark as insecure 2022-07-25 21:04:22 +02:00
Alexandre Acebedo b0873c032d hid-ite8291r3: init at unstable-2022-06-01 2022-07-25 21:03:27 +02:00
Craftman7 582855a0cf cypress: add Crafter as maintainer 2022-07-25 12:00:56 -07:00
ajs124 9d866de207
Merge pull request #180859 from kevincox/metabase 2022-07-25 20:46:12 +02:00