Commit graph

495024 commits

Author SHA1 Message Date
maralorn
a6fd470ca7
all-cabal-hashes: 2023-06-07T04:39:28Z -> 2023-06-19T20:13:38Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2023-06-19 23:06:58 +02:00
github-actions[bot]
efc10371d5
Merge master into haskell-updates 2023-06-16 00:13:24 +00:00
Florian Klink
7c67f006ea
Merge pull request #200778 from lopsided98/libraspberrypi-all-binaries
libraspberrypi: build all binaries on 32-bit ARM
2023-06-16 01:52:02 +03:00
Sandro
8d73becb14
Merge pull request #233376 from panicgh/libxisf
libxisf: 0.2.3 -> 0.2.8
2023-06-16 00:50:48 +02:00
Ben Wolsieffer
89afe70679 libraspberrypi: build all binaries on 32-bit ARM
This package included a patch which accidently disabled the applications which
can only be built for 32-bit ARM on all platforms (including 32-bit ARM). There
is a newer version of the patch available in the upstream PR which can avoid
this problem, but I don't think the patch is truly necessary at all. We can
simply pass -DARM64=ON on all platforms except 32-bit ARM to get the same
effect.
2023-06-15 17:56:44 -04:00
Jake Waksbaum
5d486408b5
opensmalltalk-vm: init at 202206021410 (#215158)
* opensmalltalk-vm: init at 202206021410

* add x86-64 vms

* Add meta

* Use src.url

* Hardcode commit hash

* Inline everything

* Set scriptname and mainProgram

* Add comment about checkSCCSversion

* Hardcode date

* Hardcode hash

* Use attrset instead of if-else

* Remove arch-specific environment variables

* Remove -msse2 flag

* Rename squeak.cog.spur -> sqeak-cog-spur
2023-06-15 23:48:42 +02:00
Pol Dellaiera
9ae13f2eec
Merge pull request #237986 from code-asher/code-server/bump-4.14.0-rc.1
code-server: 4.12.0 -> 4.13.0
2023-06-15 23:43:14 +02:00
Asher
5a27d7f4f2
maintainers: add code-asher 2023-06-15 13:32:15 -08:00
Asher
b7d596c140
code-server: 4.12.0 -> 4.13.0
I replaced the commit with the actual commit instead of "none" and fixed
the other replacement (`$commit` did not exist).

There was at least one postinstall script in `extensions` that was not
being ran so I modified the `find` command to account for lock files in
that directory in addition to `node_modules`.

Lastly, inject the version into the package.json otherwise it uses the
placeholder version 0.0.0.
2023-06-15 13:32:14 -08:00
Sandro
921865ebf1
Merge pull request #237953 from 6t8k/tree_2.0.4-2.1.1
tree: 2.0.4 -> 2.1.1
2023-06-15 23:16:09 +02:00
Emily
c295e03185
Merge pull request #237940 from networkException/update-ungoogled-chromium
ungoogled-chromium: 114.0.5735.106 -> 114.0.5735.133
2023-06-15 23:12:11 +02:00
Emily
711761a99c
Merge pull request #237880 from shyim/upd-sw-cli
shopware-cli: 0.1.78 -> 0.2.0
2023-06-15 23:11:22 +02:00
Adam Joseph
6d40273168
libuv: use finalAttrs instead of rec (#237140)
Co-authored-by: figsoda <figsoda@pm.me>
2023-06-15 16:52:28 -04:00
Pol Dellaiera
40ba0dc45b
Merge pull request #237743 from datafoo/vscode-extensions.davidanson.vscode-markdownlint
vscode-extensions.davidanson.vscode-markdownlint: 0.50.0 -> 0.51.0
2023-06-15 22:40:48 +02:00
Artturi
5ff6f51c1c
Merge pull request #237512 from hercules-ci/lib-system-equals 2023-06-15 23:30:49 +03:00
Maciej Krüger
95c729c030
Merge pull request #223952 from m-bdf/fix-cfs-zen-tweaks
Fix cfs-zen-tweaks
2023-06-15 21:56:00 +02:00
Linus Heckemann
7a53daed2a documentation-highlighter: less weird source filter
The expansion into absolute paths caused the filter to reject all the
files in some unusual circumstances (we think it's due to use of a
chroot store). This works reliably no matter where nixpkgs is located.
2023-06-15 12:06:54 -07:00
Jörg Thalheim
4f992e8da0
Merge pull request #237840 from lilyinstarlight/fix/systemd-initrd-vconsole-test
nixos/tests/systemd-initrd-vconsole: fix test and improve reliability
2023-06-15 19:41:08 +01:00
Yingchi Long
cc3e519870 nixd: init at 1.0.0
nixd: use fixed nix version (i.e. nix 2.16)

nixd: address comments from @SharzyL

nixd: comment https://github.com/NixOS/nixpkgs/pull/236675#discussion_r1223259634

nixd: remove "nix" from nativeBuildInputs

nixd: address https://github.com/NixOS/nixpkgs/pull/236675#discussion_r1223507941

nixd: address https://github.com/NixOS/nixpkgs/pull/236675#issuecomment-1583207666

Now tests are passing

nixd: disable nixd regression tests (i.e. `regression/nixd`)

nixd: use `llvmPackages_16.libcxxStdenv` on darwin for C++20 `ranges`

Revert "nixd: use `llvmPackages_16.libcxxStdenv` on darwin for C++20 `ranges`"

This reverts commit 117d75aa2291dbf666e1ccdaecd22de78ce6617b.

The complied binary SIGSEGVs on tests, looks like this is an upstream
issue, I would like to mark it broken on darwin for now.

nixd: mark it is broken on darwin

See upstream issue: https://github.com/nix-community/nixd/issues/107

nixd: reorder inputs https://github.com/NixOS/nixpkgs/pull/236675#discussion_r1225995719

nixd: set package in `all-packages.nix` https://github.com/NixOS/nixpkgs/pull/236675#discussion_r1225995937

nixd: do not parameterize pname https://github.com/NixOS/nixpkgs/pull/236675#discussion_r1225995988

nixd: CXXFLAGS -> env.CXXFLAGS https://github.com/NixOS/nixpkgs/pull/236675#discussion_r1225996031

nixd: https://github.com/NixOS/nixpkgs/pull/236675#discussion_r1225996269

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>

nixd: https://github.com/NixOS/nixpkgs/pull/236675#discussion_r1225996546

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>

Revert "nixd: https://github.com/NixOS/nixpkgs/pull/236675#discussion_r1225996269"

This reverts commit 9ee792adad17baba242b1df9da144fd4cc8df032.

    eval: line 1598: syntax error near unexpected token `('

nixd: https://github.com/NixOS/nixpkgs/pull/236675#discussion_r1225996400

Squashed commits: https://github.com/NixOS/nixpkgs/pull/236675#issuecomment-1587405762
2023-06-15 18:26:58 +00:00
Jörg Thalheim
a154f09afb
Merge pull request #237792 from erdnaxe/sch_cake-rm
sch_cake: remove
2023-06-15 19:23:31 +01:00
Jörg Thalheim
65811a5efd
Merge pull request #237939 from NickCao/capstone
capstone: build with cmake
2023-06-15 19:19:48 +01:00
happysalada
b55b415198 lemmy: fix update script (hash + running dir) 2023-06-15 14:18:22 -04:00
Jonas Chevalier
147635ed43
Merge pull request #237914 from aither64/vpsfree-client-0.17.1
vpsfree-client: 0.11.0 -> 0.17.1
2023-06-15 19:50:00 +02:00
Emily
e6272819a1
Merge pull request #236116 from Janik-Haag/netbox2netshot
netbox2netshot: init at 0.1.12
2023-06-15 18:46:09 +02:00
6t8k
2cfab788a6
tree: 2.0.4 -> 2.1.1 2023-06-15 17:48:31 +02:00
figsoda
8a3054c4f3
Merge pull request #237430 from figsoda/lact 2023-06-15 11:13:02 -04:00
Fabian Affolter
38030df752
Merge pull request #237896 from r-ryantm/auto-update/python310Packages.sqlmap
python310Packages.sqlmap: 1.7.5 -> 1.7.6
2023-06-15 17:05:57 +02:00
maxine
5f03e77529
Merge pull request #237947 from maxeaubrey/1password-gui-fixup
_1password-gui: fix newline escape after #237925
2023-06-15 17:02:42 +02:00
Maxine Aubrey
a76847f3aa
_1password-gui: fix newline escape after #237925 2023-06-15 17:01:54 +02:00
maxine
8cf7dcb68d
Merge pull request #237925 from teutat3s/1password-gui-disable-wayland 2023-06-15 16:57:30 +02:00
Pol Dellaiera
fa6c140ffd
Merge pull request #237122 from Weathercold/whalebird-5.0.6
whalebird: 4.7.4 -> 5.0.7
2023-06-15 16:44:47 +02:00
Francesco Gazzetta
a6fc12f619
Merge pull request #236799 from fgaz/pt2-clone/1.59
pt2-clone: 1.58 -> 1.59
2023-06-15 16:35:47 +02:00
Sandro
9f255a0184
Merge pull request #229551 from aidalgol/r2modman 2023-06-15 16:35:16 +02:00
Weathercold
d2c4d21c2f
whalebird: 4.7.4 -> 5.0.7
changelog: <https://github.com/h3poteto/whalebird-desktop/releases>

notable changes:
- Add hide-to-tray on start option (3942)
- Re-implement layout and sidebar (4037)
- Show reply target message on compose (4098)
- Show character limit in compose (4099)
- Show quote target message on compose (4100)
- Add validation for compose (4121)
- Auto-complete in compose (4139)
- Add shortcut key for post (4269)
- !!! Update electron version to 21.4.4 (4304)
- !!! Change license to GPL (4363)
- Add scroll bar if there are many hashtags or lists (4421)
- Add shortuct for reloading with CMD+R (4422)
- Tons of dependency bumps and fixes
2023-06-15 10:28:43 -04:00
networkException
bc8af837c8
ungoogled-chromium: 114.0.5735.106 -> 114.0.5735.133 2023-06-15 16:18:16 +02:00
Nick Cao
19d28fc464
capstone: build with cmake 2023-06-15 22:05:39 +08:00
K900
f84036f2b1
Merge pull request #237924 from K900/recurse-into-geph
all-packages: recurse into geph
2023-06-15 16:46:39 +03:00
Ilan Joselevich
977298eddc
Merge pull request #237801 from Kranzes/age-plugin-tpm
age-plugin-tpm: init at unstable-2023-05-02
2023-06-15 16:42:17 +03:00
ryane
5e31617e22 maintainers: add ryane 2023-06-15 13:37:30 +00:00
ryane
a133d0b429 kfilt: init at 0.0.8
kfilt can filter Kubernetes resources:
https://github.com/ryane/kfilt
2023-06-15 13:37:30 +00:00
khaser
7c6e6a29a7 polygon-cli: init at 1.1.11 2023-06-15 13:36:06 +00:00
khaser
f5b5fe0c90 maintainers: add khaser 2023-06-15 13:36:06 +00:00
Sandro
6ab653a1c3
Merge pull request #234888 from Lord-Valen/vscode-langservers-extracted 2023-06-15 15:27:03 +02:00
Lily Foster
10dd9d85ca
Merge pull request #237371 from johnrichardrinehart/fix/sqitch-add-algorithm-backoff
sqitch: add Algorithm::Backoff
2023-06-15 09:09:17 -04:00
teutat3s
fc732173dc linux_testing: 6.4-rc4 -> 6.4-rc6
https://lwn.net/ml/linux-kernel/CAHk-%3DwifuPqAFXQQTTLkp_%2BFMzxGFHpSG-hEtZazG-46s%3DnoAw%40mail.gmail.com/
https://lwn.net/ml/linux-kernel/CAHk-%3DwgmbjQu3bVSa5JJhEymeQhkr7N3cjg-CoNLVituUnfW8w%40mail.gmail.com/
2023-06-15 13:04:18 +00:00
Weijia Wang
7de70ebf14
Merge pull request #237622 from r-ryantm/auto-update/klayout
klayout: 0.28.8 -> 0.28.9-2
2023-06-15 15:59:18 +03:00
Weijia Wang
004e50ac8a
Merge pull request #237609 from r-ryantm/auto-update/mkgmap
mkgmap: 4907 -> 4909
2023-06-15 15:58:26 +03:00
Weijia Wang
778962396b
Merge pull request #237632 from r-ryantm/auto-update/sympa
sympa: 6.2.70 -> 6.2.72
2023-06-15 15:57:00 +03:00
Weijia Wang
b08a5ab592
Merge pull request #237884 from r-ryantm/auto-update/python310Packages.python-lsp-black
python310Packages.python-lsp-black: 1.2.1 -> 1.3.0
2023-06-15 15:56:16 +03:00
Weijia Wang
ceef3d102e
Merge pull request #237871 from r-ryantm/auto-update/python310Packages.python-gitlab
python310Packages.python-gitlab: 3.14.0 -> 3.15.0
2023-06-15 15:53:58 +03:00