Sergei Trofimovich
8aaed36df3
archimedes: use latest toolchain, not gcc-6
...
Without the change archimedes fails to build with latest toolchains as:
ld: archimedes.c:(.text+0xdac7): undefined reference to `rnd'
ld: archimedes.c:(.text+0xdeab): undefined reference to `rnd'
ld: archimedes.c:(.text+0xdf13): undefined reference to `rnd'
ld: archimedes.c:(.text+0xe3ef): undefined reference to `rnd'
ld: archimedes.o:archimedes.c:(.text+0xe456): more undefined references to `rnd' follow
ld: archimedes.o: in function `EMC':
archimedes.c:(.text+0xf11b): undefined reference to `creation'
ld: archimedes.c:(.text+0xf5f5): undefined reference to `creation'
ld: archimedes.c:(.text+0xf826): undefined reference to `creation'
ld: archimedes.c:(.text+0xf9ce): undefined reference to `creation'
The change happens to fix build against clang as well.
2022-07-04 08:20:07 +01:00
Vincent Laporte
6791c3ae11
ocamlPackages.io-page: 2.4.0 → 3.0.0
2022-07-04 09:10:59 +02:00
Vincent Laporte
e69aee3280
ocamlPackages.io-page: 2.3.0 → 2.4.0
...
ocamlPackages.mirage-block: 2.0.1 → 3.0.0
ocamlPackages.mirage-block-ramdisk: disable tests
ocamlPackages.mirage-block-unix: 2.12.1 → 2.14.1
ocamlPackages.mirage-unix: 4.0.0 → 4.0.1
ocamlPackages.vchan: 6.0.0 → 6.0.1
ocamlPackages.wodan-unix: mark as broken
2022-07-04 09:10:59 +02:00
Rick van Schijndel
c14d2c45e9
Merge pull request #178145 from AtilaSaraiva/deepwave
...
deepwave: init at 0.0.11
2022-07-04 08:35:33 +02:00
Robert Hensing
d3e7ff2a70
Merge pull request #178531 from T0astBread/nixostest-custom-partitions
...
nixos/qemu-vm: allow custom partition- and filesystem layouts
2022-07-04 08:27:53 +02:00
Bobby Rong
6841314b45
pantheon.granite7: fix large height bug for MessageDialog
2022-07-04 13:41:30 +08:00
Bobby Rong
513b8a9d2b
pantheon.gala: fix initial alt-tab switcher indicator visibility
2022-07-04 13:31:26 +08:00
github-actions[bot]
8e8231f1f0
terraform-providers: update 2022-07-04
2022-07-04 14:37:49 +10:00
R. Ryantm
02ff680b4d
flameshot: 12.0.0 -> 12.1.0
2022-07-04 02:36:54 +00:00
R. Ryantm
fb2d1c8645
commix: 3.4 -> 3.5
2022-07-04 01:36:01 +00:00
José Romildo
363c10d922
gitqlient: 1.4.3 -> 1.5.0
2022-07-03 22:13:50 -03:00
nathannaveen
5deff9583c
chore: Set permissions for GitHub actions
...
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ )
Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
2022-07-04 01:09:50 +00:00
Bobby Rong
ef3fe254f3
Merge pull request #180050 from schuelermine/fix/deno
...
deno: fix build
2022-07-04 09:00:48 +08:00
superherointj
5d9b21d757
Merge pull request #180055 from kilianar/vscodevim.vim
...
vscode-extensions.vscodevim.vim: 1.22.2 -> 1.23.1
2022-07-03 21:57:15 -03:00
superherointj
273c601330
Merge pull request #180053 from kilianar/bradlc.vscode-tailwindcss
...
vscode-extensions.bradlc.vscode-tailwindcss: 0.6.13 -> 0.8.6
2022-07-03 21:54:49 -03:00
Bobby Rong
ba48a66dec
pantheon.wingpanel-indicator-notifications: 6.0.4 -> 6.0.5
2022-07-04 08:51:34 +08:00
Bobby Rong
fcd299ab70
pantheon.switchboard-plug-wacom: 1.0.0 -> 1.0.1
2022-07-04 08:49:40 +08:00
superherointj
a97a0002fe
Merge pull request #179861 from vbgl/ocaml-atdgen-2.9.1
...
ocamlPackages.atdgen: 2.4.1 → 2.9.1
2022-07-03 21:46:26 -03:00
superherointj
414f1ff590
Merge pull request #179412 from r-ryantm/auto-update/k3s
...
k3s: 1.24.1+k3s1 -> 1.24.2+k3s1
2022-07-03 21:38:54 -03:00
ajs124
2fcd2a4e77
jose: 10 -> 11
...
https://github.com/latchset/jose/releases/tag/v11
2022-07-04 02:32:41 +02:00
Uri Baghin
8f0612bf3b
Merge pull request #179395 from the-mikedavis/md-bazel-5.2.0
...
bazel: 5.1.1 -> 5.2.0
2022-07-04 09:11:32 +10:00
Alyssa Ross
e8d7d52fae
lib.systems.examples: canonicalize MIPS triples
...
In Nixpkgs, we assume that the "config" field is a canonicalized GNU
triple. I noticed that non-canonical values were being used here,
because the pkgsCross.mips64el-linux-gnu triples did not contain the
vendor field, but the pkgsCross.mips64el-linux-gnu.pkgsStatic did.
Here, I've run all the MIPS triples in lib.systems.examples through
config.sub to canonicalize them. I think this will avoid nasty
surprises in future.
Tested by building Nix and the bootstrap files for
pkgsCross.mips64el-linux-gnu.
2022-07-03 23:01:21 +00:00
kilianar
5020795f01
vscode-extensions.vscodevim.vim: 1.22.2 -> 1.23.1
2022-07-04 00:07:24 +02:00
kilianar
7e40e8154e
vscode-extensions.bradlc.vscode-tailwindcss: 0.6.13 -> 0.8.6
2022-07-03 23:46:04 +02:00
kilianar
a18f8633c7
your-editor: 1400 -> 1403
...
https://github.com/your-editor/yed/releases/tag/1403
2022-07-03 23:29:29 +02:00
Anselm Schüler
941756bbe4
deno: fix build
2022-07-03 23:17:45 +02:00
Vincent Laporte
b6e7663556
ocamlPackages.atdgen: 2.4.1 → 2.9.1
2022-07-03 23:12:40 +02:00
Ryan Burns
3854cf7eeb
Merge pull request #173127 from aidalgol/teensy-udev-rules
...
teensy-udev-rules: init at version 2022-05-15
2022-07-03 14:05:07 -07:00
Guillaume Girol
dbc86c1be8
Merge pull request #176595 from symphorien/appimage-run-doc
...
nixos/doc: explain how to run appimages
2022-07-03 20:36:21 +00:00
José Romildo
25bd9f5551
vopono: 0.9.2 -> 0.10.0
2022-07-03 17:28:11 -03:00
Leiser Fernández Gallo
468d2bdcf1
darktable: 3.8.1 -> 4.0.0 ( #180012 )
2022-07-03 16:19:42 -03:00
Thiago Kenji Okada
f98d18ab6a
Merge pull request #180026 from AtilaSaraiva/btdu
...
btdu: 0.4.0 -> 0.4.1
2022-07-03 20:17:39 +01:00
Nicolas Benes
b6805190a2
tor-browser-bundle-bin: 11.0.14 -> 11.0.15
2022-07-03 21:13:34 +02:00
Thiago Kenji Okada
f09a9cdbd3
Merge pull request #180027 from thiagokokada/allow-locale-overrides-graalvm
...
buildGraalvmNativeImage: allow LC_ALL overrides
2022-07-03 20:12:09 +01:00
Kier Davis
5f14f77bf2
ckb-next: remove myself from maintainers ( #179573 )
...
* ckb-next: remove kierdavis and add superherointj as maintainer
Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2022-07-03 16:07:34 -03:00
Damien Cassou
31c1463343
offpunk: init at 1.4
2022-07-03 20:59:27 +02:00
superherointj
5c02ac6e06
Merge pull request #179872 from r-ryantm/auto-update/mold
...
mold: 1.3.0 -> 1.3.1
2022-07-03 15:45:17 -03:00
superherointj
2befc26933
Merge pull request #179955 from kilianar/patatt
...
patatt: 0.4.9 -> 0.5.0
2022-07-03 15:32:39 -03:00
Sandro
a40c92fb46
Merge pull request #178957 from linsui/amberol
...
amberol: 0.8.0 -> 0.8.1
2022-07-03 20:29:14 +02:00
superherointj
8585314267
Merge pull request #179989 from hiljusti/update/sigi-3.4.2
...
sigi: 3.4.0 -> 3.4.2
2022-07-03 15:28:41 -03:00
Fabian Affolter
113bfdf04a
Merge pull request #180011 from r-ryantm/auto-update/python310Packages.bottleneck
...
python310Packages.bottleneck: 1.3.4 -> 1.3.5
2022-07-03 20:16:31 +02:00
Fabian Affolter
eeeeec6df1
Merge pull request #180019 from r-ryantm/auto-update/python3.10-insteon-frontend-home-assistant
...
python310Packages.insteon-frontend-home-assistant: 0.1.1 -> 0.2.0
2022-07-03 20:16:01 +02:00
Fabian Affolter
549b137c81
Merge pull request #180023 from r-ryantm/auto-update/python3.10-peaqevcore
...
python310Packages.peaqevcore: 3.0.5 -> 3.0.6
2022-07-03 20:12:38 +02:00
R. Ryantm
3ac5490e4e
python310Packages.pecan: 1.4.1 -> 1.4.2
2022-07-03 17:50:27 +00:00
superherointj
d335ada6fe
Merge pull request #165068 from r-ryantm/auto-update/ocaml4.13.1-fmt
...
ocamlPackages.fmt: 0.8.9 -> 0.9.0
2022-07-03 14:18:09 -03:00
Thiago Kenji Okada
8f58bc3a1d
buildGraalvmNativeImage: allow LC_ALL overrides
2022-07-03 18:16:38 +01:00
Átila Saraiva
ba211a5aef
btdu: 0.4.0 -> 0.4.1
2022-07-03 14:15:58 -03:00
ajs124
b96962caaa
Merge pull request #179859 from jiegec/openconnect
...
openconnect: 8.20 -> 9.01
2022-07-03 19:07:29 +02:00
superherointj
c9808f8a61
Merge pull request #179292 from vbgl/ocaml-mirage-channel-4.1.0
...
ocamlPackages.mirage-channel: 4.0.1 → 4.1.0
2022-07-03 13:43:26 -03:00
superherointj
8507922b3b
Merge pull request #179514 from vbgl/ocaml-mirage-console-5.1.0
...
ocamlPackages.mirage-console: 4.0.0 → 5.1.0
2022-07-03 13:38:14 -03:00