Commit graph

78408 commits

Author SHA1 Message Date
zowoq b71ee18bfd conmon: set enableParallelBuilding/strictDeps 2022-07-05 20:23:19 +10:00
zowoq 58aad4ee03 catatonit: set enableParallelBuilding/strictDeps 2022-07-05 20:23:19 +10:00
kilianar 369ab30030 syncthing: 1.20.2 -> 1.20.3
https://github.com/syncthing/syncthing/releases/tag/v1.20.3
2022-07-05 11:29:43 +02:00
Ilan Joselevich f5522fb775 nextcloud-client: 3.5.1 -> 3.5.2 2022-07-05 10:34:30 +02:00
Sarah Brofeldt 538bb1a472
Merge pull request #180184 from qowoz/k8s-override
kubectl: override kubernetes
2022-07-05 10:30:18 +02:00
Sandro ab18f8f301
Merge pull request #174434 from zhaofengli/weylus-sway
weylus: Add GST plugins to GST_PLUGIN_PATH, weylus: 0.11.4 -> unstable-2022-06-07
2022-07-05 09:54:29 +02:00
Fabian Affolter ce1a6a9fc9
Merge pull request #180137 from fabaff/dulwich-bump
python310Packages.dulwich: 0.20.43 -> 0.20.44, dvc: 2.10.2 -> 2.12.0
2022-07-05 08:11:20 +02:00
Fabian Affolter b695e7dd8b
Merge pull request #177772 from fabaff/irssi-bump
irssi: 1.2.3 -> 1.4.1
2022-07-05 08:06:14 +02:00
zowoq dff0428a45 kubectl: override kubernetes 2022-07-05 11:54:06 +10:00
Anderson Torres 0c873dc3a2
Merge pull request #179888 from DamienCassou/offpunk
offpunk: init at 1.4
2022-07-04 22:17:56 -03:00
zowoq 5ae098c5a0 clusterctl: 1.1.4 -> 1.1.5
https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.1.5
2022-07-05 09:53:21 +10:00
Martin Weinelt 391fab8cb5
Merge pull request #179659 from squalus/librewolf
librewolf: 101.0.1-1 -> 102.0-2
2022-07-05 00:47:53 +02:00
Azat Bahawi 95cc37ab9a nicotine-plus: 3.2.1 -> 3.2.2
Fixes: #179349
2022-07-04 14:52:32 -05:00
Fabian Affolter e31799b474 irssi: 1.2.3 -> 1.4.1 2022-07-04 20:56:26 +02:00
Fabian Affolter 30c3425460 dvc: 2.10.2 -> 2.12.0 2022-07-04 20:41:17 +02:00
Fabian Affolter e5cded3294 dvc: update optional dependencies 2022-07-04 20:16:02 +02:00
Maximilian Bosch 18d8e42f5e
Merge pull request #179350 from alyssais/neomutt-sendmail
neomutt: fix sendmail default value
2022-07-04 18:54:22 +02:00
R. RyanTM 200d8c500a
snakemake: 7.8.3 -> 7.8.5 (#179874) 2022-07-04 12:24:26 -04:00
Ivan Nikolaenko b084905057 weston: fix race condition in build system
Some source files have "linux-dmabuf-unstable-v1-server.h" header
included, but do not really need it. Thus, that sources do not
have a correctly configured dependency on that header, which is
dynamically generated during the build.

The fix for that error is to remove unneeded #include.

Signed-off-by: Ivan Nikolaenko <ivan.nikolaenko@unikie.com>
2022-07-04 15:30:33 +00:00
Bobby Rong 4d40f21e52
Merge pull request #180042 from panicgh/tbb
tor-browser-bundle-bin: 11.0.14 -> 11.0.15
2022-07-04 22:27:32 +08:00
Bobby Rong be77a35772
Merge pull request #179905 from Luflosi/update/boinc
boinc: 7.20.0 -> 7.20.1
2022-07-04 21:26:48 +08:00
Bobby Rong e9ae648380
Merge pull request #180049 from kilianar/yed
your-editor: 1400 -> 1403
2022-07-04 21:09:47 +08:00
superherointj 71ed585fa6
Merge pull request #180107 from hughobrien/moolticute-0.55.0
moolticute: 0.53.7 → 0.55.0
2022-07-04 09:19:42 -03:00
José Romildo Malaquias a15c5b061f
Merge pull request #179616 from romildo/upd.gitqlient
gitqlient: 1.4.3 -> 1.5.0
2022-07-04 08:38:58 -03:00
Michael Adler 2a1a6e5357 neovim-qt: 0.2.16.1 -> 0.2.17 2022-07-04 13:33:43 +02:00
tricktron ac8fadc7f3
colima: 0.4.2 -> 0.4.4 (#179522)
* colima: use updated Makefile in build and install phases

* colima: use lima-unwrapped

* colima: fix dynamic version

* colima: 0.4.2 -> 0.4.3

* colima: delete .git folder in postfetch when `leaveDotGit = true`

Otherwise it may lead to non-deterministic behaviour.

Co-authored-by: j-k <dev@j-k.io>

* colima: do not override default buildGoModule phases

The colima Makefile does more or less the same as the `buildGoModule`
implementation. Instead of overriding it and using the Makefile
directly, we reproduce the behaviour desired behaviour by customising
env variables, e.g. `ldflags` and `subPackages`.

Co-authored-by: j-k <dev@j-k.io>

* colima: use `buildGoModule = buildGo118Module;`

Co-authored-by: j-k <dev@j-k.io>

* colima: update meta.description

Co-authored-by: j-k <dev@j-k.io>

* colima: set `CGO_ENABLED = 1` to make VPN connections work

See https://github.com/abiosoft/colima/issues/358

* colima: 0.4.3 -> 0.4.4

* colima: define all ldflags in preConfigure

Co-authored-by: Atemu <Atemu@users.noreply.github.com>

* colima: add version test

* colima: add meta.mainProgram and meta.platforms

* colima: remove unused runCommand input

Co-authored-by: j-k <dev@j-k.io>

* colima: cleanup meta

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* colima: drop meta.platforms

because we use the default value of `platforms.darwin ++
platforms.linux`

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Atemu <Atemu@users.noreply.github.com>

* Update pkgs/applications/virtualization/colima/default.nix

Co-authored-by: j-k <dev@j-k.io>
Co-authored-by: Atemu <Atemu@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-07-04 13:28:02 +02:00
Hugh O'Brien 20c5555a46 moolticute: 0.53.7 → 0.55.0 2022-07-04 11:50:28 +01:00
Sergei Trofimovich 2e37f787c9
Merge pull request #180086 from trofi/fix-archimedes-off-gcc6
archimedes: use latest toolchain, not gcc-6
2022-07-04 08:49:35 +01:00
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
github-actions[bot] 8e8231f1f0 terraform-providers: update 2022-07-04 2022-07-04 14:37:49 +10:00
José Romildo 363c10d922 gitqlient: 1.4.3 -> 1.5.0 2022-07-03 22:13:50 -03: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
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
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
Leiser Fernández Gallo 468d2bdcf1
darktable: 3.8.1 -> 4.0.0 (#180012) 2022-07-03 16:19:42 -03:00
Nicolas Benes b6805190a2 tor-browser-bundle-bin: 11.0.14 -> 11.0.15 2022-07-03 21:13:34 +02:00
Damien Cassou 31c1463343
offpunk: init at 1.4 2022-07-03 20:59:27 +02: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
Lassulus 34c1276fb2
Merge pull request #171288 from r-ryantm/auto-update/remarkable-mouse
remarkable-mouse: 7.0.1 -> 7.0.2
2022-07-03 18:13:01 +02:00
Artturi 73fbb75a90
Merge pull request #179730 from gvolpe/patch-1 2022-07-03 17:02:46 +03:00
Anderson Torres e70d2e3b24
Merge pull request #180000 from hqurve/junction
junction: init at 1.5.0
2022-07-03 10:03:46 -03:00
Bobby Rong b411e98476
Merge pull request #179970 from 4825764518/obs-nvfbc-0.0.6
obs-nvfbc: 0.0.5 -> 0.0.6
2022-07-03 20:42:11 +08:00
Bobby Rong 8c86875029
Merge pull request #179993 from r-ryantm/auto-update/rofi-rbw
rofi-rbw: 1.0.0 -> 1.0.1
2022-07-03 20:31:36 +08:00
Sandro 1dd337e253
Merge pull request #179784 from kilianar/signal-desktop
signal-desktop: 5.47.0 -> 5.48.0
2022-07-03 14:13:39 +02:00
Sandro cb6124d0aa
Merge pull request #179723 from AndrewKvalheim/signal-desktop/electron-spellchecker
signal-desktop: revert “Allow overriding the spell checker language”
2022-07-03 14:13:12 +02:00
hqurve 7a084f4285 junction: init at 1.5.0 2022-07-03 08:10:53 -04:00