Commit Graph

436 Commits

Author SHA1 Message Date
Sandro Jäckel
88e28310f4
go-licence-detector: init at 0.7.0 2024-10-08 20:51:08 +02:00
genga
454dd14551 gomanagedocker: init at 1.4 2024-10-08 21:48:20 +03:00
Raghav Sood
bfb6f21f7e
go-ethereum: 1.14.9 -> 1.14.11 (#346969) 2024-10-07 18:01:22 +08:00
Thiago Kenji Okada
2977943aeb
treewide: move packages maintained by aaronjheng to by-name (#346765) 2024-10-07 07:38:59 +01:00
Aaron Jheng
b85511ca3c
treewide: move packages maintained by aaronjheng to by-name 2024-10-07 01:15:33 +00:00
R. Ryantm
d7b531e6d3 go-ethereum: 1.14.9 -> 1.14.11 2024-10-07 00:06:45 +00:00
Nick Cao
ac2ff9a5d3
gokey: 0.1.2-unstable-2023-11-16 -> 0.1.3 (#346749) 2024-10-06 10:55:35 -04:00
con-f-use
d64df4f67e gokey: 0.1.2-unstable-2023-11-16 -> 0.1.3 2024-10-06 15:45:52 +02:00
nixpkgs-merge-bot[bot]
006a9d4f3f
goss: 0.4.8 -> 0.4.9 (#345616) 2024-10-04 20:51:43 +00:00
Ariel Ebersberger
e99da90a52 goldwarden: 0.3.3 -> 0.3.4 2024-10-04 17:25:28 +02:00
Sandro
9371a01b17
go-secdump: mark as Linux-only (#345349) 2024-10-04 14:49:33 +02:00
Jon Seager
bb11a6ca30
google-chrome: 129.0.6668.58 -> 129.0.6668.89 (#346215) 2024-10-03 21:52:55 +01:00
John Titor
2b58c0b4b2
google-chrome: add rpath for libGLESv2.so as well
This is needed to make sure that ANGLE's libGLESv2.so can find libGL and libvulkan
Like 27e30d177e/pkgs/development/tools/electron/binary/generic.nix (L136-L139)
and 27e30d177e/pkgs/applications/networking/browsers/chromium/common.nix (L562-564)

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-10-04 00:30:12 +05:30
John Titor
cd0a0dac68
google-chrome: replace bundled libvulkan.so.1 with vulkan-loader's
When Chrome run by `google-chrome-stable --use-vulkan --enable-features=Vulkan`
without this, it fails to create vk instance giving the below log:

[216457:216457:1003/211719.770352:ERROR:vulkan_instance.cc(112)] Failed to load 'libvulkan.so.1': libvulkan.so.1: cannot open shared object file: No such file or directory
[216457:216457:1003/211719.770434:ERROR:gpu_init.cc(1209)] Failed to create and initialize Vulkan implementation.

Closes https://github.com/NixOS/nixpkgs/issues/346197

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-10-03 23:40:01 +05:30
John Titor
1f52ea5b8d
google-chrome: 129.0.6668.58 -> 129.0.6668.89 2024-10-03 17:34:06 +00:00
Sandro
3b7c16460a
gotools: 0.22.0 -> 0.25.0 (#346041) 2024-10-03 13:18:12 +02:00
R. Ryantm
4ab00bbd10 goldwarden: 0.3.3 -> 0.3.4 2024-10-03 04:43:03 +00:00
techknowlogick
d7c0edad79 gotools: add techknowlogick as maintainer 2024-10-02 21:20:31 -04:00
techknowlogick
c801f9dd95 gotools: nixfmt 2024-10-02 21:19:52 -04:00
techknowlogick
b6e2e8f2fc gotools: move to pkgs/by-name 2024-10-02 21:19:23 -04:00
Michael Adler
e5ddbb1974 goda: move to pkgs/by-name, format 2024-10-02 07:56:58 +02:00
Peder Bergebakken Sundt
9dc3c339a2
gotestsum: 1.11.0 -> 1.12.0-unstable-2024-09-17; move to by-name (#345462) 2024-10-01 02:26:20 +02:00
R. Ryantm
99312b1450 goss: 0.4.8 -> 0.4.9 2024-10-01 00:24:07 +00:00
isabel
cad7ec6da2
gotestsum: 1.11.0 -> 1.12.0-unstable-2024-09-17 2024-09-30 09:41:18 +01:00
isabel
b1ecd48774
gotestsum: move to by-name 2024-09-30 09:39:56 +01:00
Pol Dellaiera
d9c19fe921
golex: init at 1.1.0 (#345323) 2024-09-30 04:18:05 +02:00
Olivér Falvai
48b7647cb6
go-secdump: mark as Linux-only
The go-smb dependency has OS-specific source files without a darwin-specific one
2024-09-29 21:47:24 +02:00
Fabián Heredia Montiel
9c4b8554f0
goofcord: 1.7.0 -> 1.7.1 (#345029) 2024-09-29 11:31:44 -06:00
aleksana
d924b523e0 golex: init at 1.1.0 2024-09-30 00:29:34 +08:00
R. Ryantm
8ea293179e goofcord: 1.7.0 -> 1.7.1 2024-09-28 06:08:25 +00:00
R. Ryantm
3af33764b4 go-ethereum: 1.14.8 -> 1.14.9 2024-09-27 01:08:50 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
John Titor
22d8492295
google-chrome: 128.0.6613.138 -> 129.0.6668.59 (Darwin)
update script works now, yay!
2024-09-22 23:19:54 +05:30
John Titor
bc4914bcf1
google-chrome: fix update script
Chrome uses partial rollout for Darwin and Windows

This is represented by `fractionGroup` and `fraction`.

0.25 means 25% of users, 0.5 means 50% of users and so on.

Partial rollouts aren't done on linux, and so `fraction` and `fractionalGroup` is always 1 for it.

Here we add some additional parameters to chrome version history api endpoint, to get the latest version, sort the versions in descending order.

These parameters are redundant on Linux but kept anyway.

See https://github.com/NixOS/nixpkgs/pull/343552#issuecomment-2366799267
Docs: https://developer.chrome.com/docs/web-platform/versionhistory/reference#filter
2024-09-22 23:19:09 +05:30
John Titor
0c6b57f796
google-chrome: 128.0.6613.137 -> 129.0.6668.58 2024-09-22 00:36:27 +05:30
Niko Cantero
489ff23b80
goofcord: 1.6.0 -> 1.7.0 2024-09-19 20:16:52 -04:00
Niko Cantero
55e6535e4e
maintainers: rename nyanbinary to nyabinary 2024-09-19 15:04:36 -04:00
Lin Xianyi
2f2acb7895 gotenberg: add meta.mainProgram 2024-09-19 00:20:15 +08:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
Aleksana
0465a01b69
pkgs/by-name: rewrite hashes in SRI format (#341924) 2024-09-15 19:56:06 +08:00
Aleksana
497239b401
gossip: add missing dependencies (#341182) 2024-09-15 17:24:43 +08:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
R. Ryantm
16b85ae6ad gowall: 0.1.7 -> 0.1.8 2024-09-13 15:07:00 +00:00
Peder Bergebakken Sundt
952ef22e19
got: 0.102 -> 0.103 (#341327) 2024-09-13 03:39:43 +02:00
Moritz Sanft
fa7001de6d
gossip: format 2024-09-12 14:41:09 +02:00
Moritz Sanft
96509bec47
gossip: add missing dependencies 2024-09-12 14:40:53 +02:00
John Titor
d1ee2bde33
google-chrome: 128.0.6613.113 -> 128.0.6613.137 2024-09-12 16:57:32 +05:30
casaca24
ee0753f986
got: 0.102 -> 0.103 2024-09-12 01:12:17 -06:00
Nick Cao
7828941b76
gopls: 0.16.1 -> 0.16.2 (#341037) 2024-09-11 08:11:13 -04:00
Sandro Jäckel
128fd81004
gopls: 0.16.1 -> 0.16.2
Diff: https://github.com/golang/tools/compare/gopls/v0.16.1...gopls/v0.16.2

Changelog: https://github.com/golang/tools/releases/tag/gopls/v0.16.2
2024-09-10 17:24:51 +02:00
R. Ryantm
d8401340c1 gogup: 0.27.4 -> 0.27.5 2024-09-10 14:06:08 +00:00
Paul Meyer
1bd94f17f9
goat: unstable-2022-08-15 -> 0-unstable-2024-07-31 (#338137) 2024-09-09 09:11:10 +02:00
Jon Seager
827cc913f1
google-chrome: fix makeWrapper invocation 2024-09-05 09:12:29 +01:00
Farid Zakaria
19bd18f235
google-chrome: disable update notification
Add default commandLineArgs that disable update notification.
We can't update through the update mechanism so just disable by default
the notification.
2024-09-05 01:10:24 +05:30
John Titor
b9f1e80814
google-chrome: 128.0.6613.84 -> 128.0.6613.113 2024-09-02 16:05:03 +00:00
R. Ryantm
4922cf0769 go-camo: 2.5.1 -> 2.6.0 2024-09-01 01:23:13 +00:00
Paul Meyer
1eaba9381c goat: unstable-2022-08-15 -> 0-unstable-2024-07-31
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-29 10:50:06 +02:00
TomaSajt
ba8d750a41
goofcord: use electron.dist 2024-08-27 21:37:15 +02:00
Emily
1faba3c1e9
maintainers: remove superherointj (#337552) 2024-08-27 01:08:06 +01:00
superherointj
7354bda208 maintainers: remove superherointj 2024-08-26 17:50:54 -03:00
R. Ryantm
7184afdba5 goflow2: 2.2.0 -> 2.2.1 2024-08-26 06:54:46 +00:00
Fabián Heredia Montiel
1c506133f0
Merge pull request #336303 from r-ryantm/auto-update/gotree
gotree: 1.2.0 -> 1.4.1
2024-08-24 11:06:01 -06:00
Thomas Gerbet
e57b3fa559 google-chrome: 127.0.6533.119 -> 128.0.6613.84/128.0.6613.85
https://chromereleases.googleblog.com/2024/08/stable-channel-update-for-desktop_21.html

Fixes:
* CVE-2024-7964
* CVE-2024-7965
* CVE-2024-7966
* CVE-2024-7967
* CVE-2024-7968
* CVE-2024-7969
* CVE-2024-7971
* CVE-2024-7972
* CVE-2024-7973
* CVE-2024-7974
* CVE-2024-7975
* CVE-2024-7976
* CVE-2024-7977
* CVE-2024-7978
* CVE-2024-7979
* CVE-2024-7980
* CVE-2024-7981
* CVE-2024-8033
* CVE-2024-8034
* CVE-2024-8035
2024-08-22 22:40:16 +02:00
R. Ryantm
d33349ca85 gotree: 1.2.0 -> 1.4.1 2024-08-21 10:33:50 +00:00
Weijia Wang
e1a862da5b
Merge pull request #333243 from r-ryantm/auto-update/gotenberg
gotenberg: 8.8.1 -> 8.9.1
2024-08-21 02:07:58 +02:00
Peder Bergebakken Sundt
fcdecc256a
treewide: change ${pname} to string literal (#336172)
* adwaita-icon-theme: change `${pname}` to string literal

* alp: change `${pname}` to string literal

* alsa-oss: change `${pname}` to string literal

* alsa-plugins: change `${pname}` to string literal

* alsa-ucm-conf: change `${pname}` to string literal

* alsa-utils: change `${pname}` to string literal

* anyrun: change `${pname}` to string literal

* assemblyscript: change `${pname}` to string literal

* audiobookshelf: change `${pname}` to string literal

* baobab: change `${pname}` to string literal

* braa: change `${pname}` to string literal

* brill: change `${pname}` to string literal

* centrifugo: change `${pname}` to string literal

* cheese: change `${pname}` to string literal

* cljfmt: change `${pname}` to string literal

* coppwr: change `${pname}` to string literal

* cosmic-edit: change `${pname}` to string literal

* cosmic-files: change `${pname}` to string literal

* cosmic-store: change `${pname}` to string literal

* cosmic-term: change `${pname}` to string literal

* crate2nix: change `${pname}` to string literal

* cups-kyocera-3500-4500: change `${pname}` to string literal

* dbqn: change `${pname}` to string literal

* dconf-editor: change `${pname}` to string literal

* devhelp: change `${pname}` to string literal

* dmarc-report-converter: change `${pname}` to string literal

* engage: change `${pname}` to string literal

* eog: change `${pname}` to string literal

* evolution-data-server-gtk4: change `${pname}` to string literal

* find-billy: change `${pname}` to string literal

* firefly-iii: change `${pname}` to string literal

* fuchsia-cursor: change `${pname}` to string literal

* geary: change `${pname}` to string literal

* ghex: change `${pname}` to string literal

* gitg: change `${pname}` to string literal

* glasskube: change `${pname}` to string literal

* gnome.gnome-autoar: change `${pname}` to string literal

* gnome.gnome-calculator: change `${pname}` to string literal

* gnome.gnome-calendar: change `${pname}` to string literal

* gnome.gnome-common: change `${pname}` to string literal

* gnome.gnome-dictionary: change `${pname}` to string literal

* gnome.gnome-disk-utility: change `${pname}` to string literal

* gnome.gnome-font-viewer: change `${pname}` to string literal

* gnome.gnome-keyring: change `${pname}` to string literal

* gnome.gnome-screenshot: change `${pname}` to string literal

* gnome.gnome-system-monitor: change `${pname}` to string literal

* gnome.seahorse: change `${pname}` to string literal

* gnome.simple-scan: change `${pname}` to string literal

* gnome.sushi: change `${pname}` to string literal

* gnome.totem: change `${pname}` to string literal

* gnome.yelp: change `${pname}` to string literal

* gnome.yelp-xsl: change `${pname}` to string literal

* gnucap-full: change `${pname}` to string literal

* goredo: change `${pname}` to string literal

* guile-semver: change `${pname}` to string literal

* halo: change `${pname}` to string literal

* intiface-central: change `${pname}` to string literal

* intune-portal: change `${pname}` to string literal

* iscc: change `${pname}` to string literal

* jetbrains-toolbox: change `${pname}` to string literal

* jnr-posix: change `${pname}` to string literal

* keymapp: change `${pname}` to string literal

* libation: change `${pname}` to string literal

* libeduvpn-common: change `${pname}` to string literal

* libmamba: change `${pname}` to string literal

* littlefs-fuse: change `${pname}` to string literal

* logseq: change `${pname}` to string literal

* lxgw-wenkai-tc: change `${pname}` to string literal

* microsoft-identity-broker: change `${pname}` to string literal

* minetest-mapserver: change `${pname}` to string literal

* msalsdk-dbusclient: change `${pname}` to string literal

* neverest: change `${pname}` to string literal

* nf-test: change `${pname}` to string literal

* numbat: change `${pname}` to string literal

* pdf2odt: change `${pname}` to string literal

* plemoljp: change `${pname}` to string literal

* plemoljp-hs: change `${pname}` to string literal

* plemoljp-nf: change `${pname}` to string literal

* pocket-updater-utility: change `${pname}` to string literal

* proto: change `${pname}` to string literal

* pw3270: change `${pname}` to string literal

* ratchet: change `${pname}` to string literal

* read-it-later: change `${pname}` to string literal

* redmine: change `${pname}` to string literal

* regina: change `${pname}` to string literal

* regripper: change `${pname}` to string literal

* revolt-desktop: change `${pname}` to string literal

* rs: change `${pname}` to string literal

* signaturepdf: change `${pname}` to string literal

* sonarlint-ls: change `${pname}` to string literal

* srgn: change `${pname}` to string literal

* stackit-cli: change `${pname}` to string literal

* substudy: change `${pname}` to string literal

* swayosd: change `${pname}` to string literal

* synthesia: change `${pname}` to string literal

* tarlz: change `${pname}` to string literal

* termcap: change `${pname}` to string literal

* tinycompress: change `${pname}` to string literal

* tracexec: change `${pname}` to string literal

* treefmt2: change `${pname}` to string literal

* udev-gothic: change `${pname}` to string literal

* udev-gothic-nf: change `${pname}` to string literal

* vvvvvv: change `${pname}` to string literal

* yggdrasil: change `${pname}` to string literal

* zsync: change `${pname}` to string literal
2024-08-20 15:56:55 -07:00
Paul Meyer
98f1796d19
Merge pull request #335746 from katexochen/gofumpt/0-7-0
gofumpt: 0.6.0 -> 0.7.0
2024-08-20 16:02:03 +02:00
Nick Cao
4e256aa9da
Merge pull request #335813 from r-ryantm/auto-update/goflow2
goflow2: 2.1.5 -> 2.2.0
2024-08-19 16:45:24 -04:00
R. Ryantm
6270475c59 goflow2: 2.1.5 -> 2.2.0 2024-08-19 13:16:16 +00:00
Paul Meyer
b79285900b gofumpt: 0.6.0 -> 0.7.0
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-08-19 08:29:18 +02:00
Jon Seager
0918581d67
Merge pull request #335680 from JohnRTitor/google-chrome 2024-08-19 07:08:56 +01:00
John Titor
37e9028254
google-chrome: 127.0.6533.99 -> 127.0.6533.119 2024-08-18 20:53:28 +00:00
Peder Bergebakken Sundt
e471916645
treewide: passthru nixos test (#334491) 2024-08-18 00:29:43 +02:00
Donovan Glover
0e1845968b
Merge pull request #334920 from afh/update-got
got: 0.101 -> 0.102
2024-08-17 14:43:14 +00:00
Emily Trau
cddd7b164c
Merge pull request #335346 from r-ryantm/auto-update/gowall
gowall: 0.1.6 -> 0.1.7
2024-08-17 22:08:13 +10:00
R. Ryantm
d016d37f4d gowall: 0.1.6 -> 0.1.7 2024-08-17 11:08:49 +00:00
Schweber
e33ab01f8d godot_4: add wayland support 2024-08-17 12:17:27 +02:00
superherointj
eaf27a2f3b godot_4: 4.2.2-stable -> 4.3-stable
https://github.com/godotengine/godot/releases/tag/4.3-stable
2024-08-15 17:25:50 -03:00
superherointj
26eb674c5d godot_4: fix cross compilation
Co-authored-by: Anderson Torres
2024-08-15 17:00:37 -03:00
superherointj
1747d9a68b godot_4: migrate to pkgs/by-name 2024-08-15 16:59:37 -03:00
Alexis Hildebrandt
6ac1b21e04 got: 0.101 -> 0.102 2024-08-15 19:57:23 +02:00
R. Ryantm
eaa6a1ef0d gotenberg: 8.8.1 -> 8.9.1 2024-08-15 11:06:01 +00:00
Jeremy Schlatter
8dbaf1229e
go-ethereum: 1.14.6 -> 1.14.8
Release notes: https://github.com/ethereum/go-ethereum/releases/tag/v1.14.8

Note that cmd/p2psim was removed in https://github.com/ethereum/go-ethereum/pull/30250
2024-08-14 20:55:41 -07:00
kenji
4f18893d4f gossip: move hash to last attribute
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-08-14 09:54:34 +02:00
kenji
8ec0b4d963 gossip: use tag directly
Co-authored-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
2024-08-14 09:54:34 +02:00
a-kenji
b41631231e gossip: 0.9 -> 0.11.3 2024-08-14 09:54:34 +02:00
Sebastián Mancilla
b007a49164
Merge pull request #332615 from r-ryantm/auto-update/gotree
gotree: 0.3.1 -> 1.2.0
2024-08-13 22:06:53 -04:00
R. Ryantm
9d09888fab godns: 3.1.7 -> 3.1.8 2024-08-12 16:59:40 +00:00
R. Ryantm
5e2e2eb780 gogup: 0.27.3 -> 0.27.4 2024-08-10 13:37:55 +00:00
Emily Trau
170225822f
Merge pull request #333503 from r-ryantm/auto-update/gowall
gowall: 0.1.5 -> 0.1.6
2024-08-10 12:35:45 +10:00
Jon Seager
9b47cd16ea
google-chrome: 127.0.6533.89 -> 127.0.6533.100 2024-08-10 02:18:47 +05:30
DontEatOreo
dc77c81ef9
google-chrome: add darwin support, move updateScript out
google-chrome: fix launch error on linux
Co-authored-by: Masum Reza <masumrezarock100@gmail.com>

google-chrome: fix updater script to use /usr/bin/env nix-shell
Co-authored-by: Jon Seager <jon@sgrs.uk>
2024-08-10 02:18:39 +05:30
R. Ryantm
f54f488fd9 gowall: 0.1.5 -> 0.1.6 2024-08-09 17:17:54 +00:00
Marcus Ramberg
a138aeb0e2
Merge pull request #332765 from phanirithvij/initial-contrib 2024-08-08 08:08:57 +02:00
Johannes Jöns
beb4b48aab
Merge pull request #331971 from nyabinary/goofcord-1.5.1
goofcord: 1.5.0 -> 1.6.0; build from source
2024-08-07 22:53:44 +02:00
Niko Cantero
2d133e5801
goofcord: 1.5.0 -> 1.6.0; build from source 2024-08-07 15:36:51 -04:00
phanirithvij
40b1c6978d gomtree: init at 0.5.4
tests disabled but binary works as expected

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>

Update pkgs/by-name/go/go-mtree/package.nix

Co-authored-by: Paul Meyer
<49727155+katexochen@users.noreply.github.com>

Update pkgs/by-name/go/go-mtree/package.nix

Co-authored-by: Paul Meyer
<49727155+katexochen@users.noreply.github.com>
2024-08-07 20:33:49 +05:30
phanirithvij
0f7ac94326 gogup: init at 0.27.3
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2024-08-07 20:33:48 +05:30
R. Ryantm
5415c37e94 gotree: 0.3.1 -> 1.2.0 2024-08-06 00:58:38 +00:00
Emily Trau
de378c8df8 gowall: init at 0.1.5 2024-08-05 17:58:54 +10:00
R. Ryantm
561c9c4255 godns: 3.1.6 -> 3.1.7 2024-08-05 02:15:11 +00:00
Jon Seager
3df37db21c
google-chrome: add gtk4 to buildInputs 2024-07-31 20:35:30 +01:00
Jon Seager
fb0dede5f6
google-chrome: sort lists of dependencies somewhat alphabetically 2024-07-31 20:35:28 +01:00
Jon Seager
9eb80226b4
google-chrome: format with nixfmt-rfc-style 2024-07-31 20:05:44 +01:00
Jon Seager
b9d830f420
google-chrome: 127.0.6533.72 -> 127.0.6533.88 2024-07-31 20:01:51 +01:00
zimbatm
e168175020 gopls: move to by-name 2024-07-31 09:10:33 +02:00
zimbatm
4cfef992fa goreman: move to by-name 2024-07-31 09:10:30 +02:00
John Titor
117a1c494c
google-chrome: add changelog link to make it easier for reviewers
Look for Chrome Desktop Stable update in the posts
to see the changelog
2024-07-28 23:37:37 +05:30
John Titor
98dc7a18aa
google-chrome: 126.0.6478.182 -> 127.0.6533.72
This update includes 22 security fixes.

[$11000][349198731] High CVE-2024-6988: Use after free in Downloads. Reported by lime(@limeSec_) from TIANGONG Team of Legendsec at QI-ANXIN Group on 2024-06-25

[$8000][349342289] High CVE-2024-6989: Use after free in Loader. Reported by Anonymous on 2024-06-25

[TBD][346618785] High CVE-2024-6991: Use after free in Dawn. Reported by wgslfuzz on 2024-06-12

[$8000][339686368] Medium CVE-2024-6994: Heap buffer overflow in Layout. Reported by Huang Xilin of Ant Group Light-Year Security Lab on 2024-05-10

[$6000][343938078] Medium CVE-2024-6995: Inappropriate implementation in Fullscreen. Reported by Alesandro Ortiz on 2024-06-01

[$5000][333708039] Medium CVE-2024-6996: Race in Frames. Reported by Louis Jannett (Ruhr University Bochum) on 2024-04-10

[$3000][325293263] Medium CVE-2024-6997: Use after free in Tabs. Reported by Sven Dysthe (@svn-dys) on 2024-02-15

[$2000][340098902] Medium CVE-2024-6998: Use after free in User Education. Reported by Sven Dysthe (@svn-dys) on 2024-05-13

[$2000][340893685] Medium CVE-2024-6999: Inappropriate implementation in FedCM. Reported by Alesandro Ortiz on 2024-05-15

[$500][339877158] Medium CVE-2024-7000: Use after free in CSS. Reported by Anonymous on 2024-05-11

[TBD][347509736] Medium CVE-2024-7001: Inappropriate implementation in HTML. Reported by Jake Archibald on 2024-06-17

[$2000][338233148] Low CVE-2024-7003: Inappropriate implementation in FedCM. Reported by Alesandro Ortiz on 2024-05-01

[TBD][40063014] Low CVE-2024-7004: Insufficient validation of untrusted input in Safe Browsing. Reported by Anonymous on 2023-02-10

[TBD][40068800] Low CVE-2024-7005: Insufficient validation of untrusted input in Safe Browsing. Reported by Umar Farooq  on 2023-08-04
2024-07-28 23:36:02 +05:30
github-actions[bot]
384d08d20d
Merge master into staging-next 2024-07-28 06:01:00 +00:00
R. Ryantm
29f0feb8b2 gotenberg: 8.8.0 -> 8.8.1 2024-07-27 20:04:30 +00:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
K900
8e7a098243 speechd: introduce minimal variant, use it everywhere 2024-07-26 15:48:11 +03:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
K900
1410c766c8 Merge remote-tracking branch 'origin/master' into staging-next 2024-07-26 08:41:08 +03:00
Nick Cao
d79f7e8d0a
Merge pull request #329772 from r-ryantm/auto-update/gotree
gotree: 0.2.0 -> 0.3.1
2024-07-25 18:45:39 -04:00
R. Ryantm
9dd962b5d7 goss: 0.4.7 -> 0.4.8 2024-07-25 06:04:45 +00:00
R. Ryantm
39fce48ab2 gotree: 0.2.0 -> 0.3.1 2024-07-25 01:07:47 +00:00
github-actions[bot]
7208220b63
Merge master into staging-next 2024-07-24 18:01:18 +00:00
Peder Bergebakken Sundt
934b5035b4
Merge pull request #328387 from schnow265/master
gotree: init at 0.2.0
2024-07-24 16:59:30 +02:00
Payas Relekar
aebb3d3474 nixos/goatcounter: init 2024-07-24 10:17:44 +05:30
Artturin
60e9cffe2c Merge branch 'master' into staging-next 2024-07-22 22:53:31 +03:00
R. Ryantm
441d540fe9 go-secdump: 0.2.1 -> 0.3.0 2024-07-22 01:04:29 +00:00
Luca Saclet
9026772ba4 gotree: init at 0.2.0 2024-07-19 22:33:54 +02:00
github-actions[bot]
a6c20a7387
Merge staging-next into staging 2024-07-19 12:01:49 +00:00
R. Ryantm
6d7e859c8a google-chrome: 126.0.6478.126 -> 126.0.6478.182 2024-07-19 05:58:50 +00:00
github-actions[bot]
f316203fda
Merge staging-next into staging 2024-07-19 00:03:05 +00:00
Nick Cao
c6e42ae941
Merge pull request #328184 from r-ryantm/auto-update/goflow2
goflow2: 2.1.3 -> 2.1.5
2024-07-18 19:16:57 -04:00
github-actions[bot]
401d4660b3
Merge staging-next into staging 2024-07-18 18:01:57 +00:00
Marcus Ramberg
84915e9f8e
Merge pull request #327694 from schnow265/master 2024-07-18 17:41:40 +03:00
R. Ryantm
9ae9eb99b3 goflow2: 2.1.3 -> 2.1.5 2024-07-18 13:44:35 +00:00
Weijia Wang
078fdedf26 Merge branch 'staging-next' into staging 2024-07-17 13:10:23 +02:00
Pyrox
7b9a81acb0
gotenberg: init at 8.8.0 2024-07-17 10:35:57 +02:00
schnow265
805cdc576a goread: init at 1.6.5 2024-07-16 22:18:24 +02:00
github-actions[bot]
df8055b727
Merge staging-next into staging 2024-07-16 18:01:37 +00:00
github-actions[bot]
345035df51
Merge staging-next into staging 2024-07-13 00:02:49 +00:00
Alexis Hildebrandt
2b71767607 got: fix build on x86_64-darwin 2024-07-12 22:24:28 +02:00
Alexis Hildebrandt
523b575d8e got: 0.100 -> 0.101 2024-07-12 22:23:22 +02:00
éclairevoyant
035c66cea8
Merge pull request #322600 from afh/got-openssh
got: add withSsh flag and defaultEditor parameter
2024-07-12 19:49:20 +00:00
Jan Tojnar
1275c3f884 Merge branch 'staging-next' into staging 2024-07-12 21:36:23 +02:00
Thiago Kenji Okada
c4200b022b
Merge pull request #325664 from justanotherariel/goldwarden
goldwarden: 0.2.13 -> 0.3.3
2024-07-12 16:46:49 +01:00
github-actions[bot]
64d386c889
Merge staging-next into staging 2024-07-12 06:02:12 +00:00
Jeremy Schlatter
f638586761
go-ethereum: migrate to pkgs/by-name 2024-07-11 17:07:04 -07:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Aleksana
c5c781e795
Merge pull request #325418 from jmath3912/patch-2
goofcord: 1.4.3 -> 1.5.0
2024-07-10 18:02:09 +08:00
justanotherariel
3e08817264 goldwarden: 0.2.13 -> 0.3.3 2024-07-09 00:31:40 +02:00
Peder Bergebakken Sundt
db219c6ed0
Merge pull request #325118 from tylerjl/goatcounter-init
goatcounter: init at 2.5.0
2024-07-08 21:31:07 +02:00
Aleksana
c5027e9aa5
Merge pull request #319892 from tembleking/gorm-gentool
gorm-gentool: init at 0.0.1
2024-07-08 15:23:35 +08:00
Fede Barcelona
3f85fcc220 gorm-gentool: init at 0.0.1 2024-07-08 09:20:41 +02:00
Jeremy Mathews
a897c87747
goofcord 1.4.3 -> 1.5.0 2024-07-08 00:34:56 -04:00
Tyler Langlois
8c56982378 goatcounter: init at 2.5.0 2024-07-07 16:43:01 -06:00
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02:00
Weijia Wang
c96b150a88
Merge pull request #324437 from wegank/maven-bump
maven: 3.9.6 -> 3.9.8
2024-07-04 23:16:32 +02:00
github-actions[bot]
e14242d985
Merge staging-next into staging 2024-07-04 12:01:37 +00:00
Weijia Wang
792c0c31d1 gol: update mvnHash 2024-07-04 01:09:14 +02:00
Sandro Jäckel
007e6b333a
go-camo: 2.5.0 -> 2.5.1
Diff: https://github.com/cactus/go-camo/compare/v2.5.0...v2.5.1

Changelog: https://github.com/cactus/go-camo/releases/tag/v2.5.1
2024-07-03 15:24:14 +02:00
Alexis Hildebrandt
9685532ff5 got: add withSsh flag and defaultEditor parameter 2024-07-02 21:58:02 +02:00
github-actions[bot]
5cfda25a07
Merge staging-next into staging 2024-07-02 12:01:51 +00:00
Jan Tojnar
5c5c20919b adwaita-icon-theme: Move from gnome scope to top-level
It is widely used outside gnome – although it probably should not be.
2024-07-01 08:26:46 +02:00
Someone
c5a1cae1f1
Merge pull request #275241 from Scrumplex/treewide/use-addDriverRunpath
addOpenGLRunpath: deprecate
2024-07-01 01:09:05 +00:00
Sefa Eyeoglu
416ba8804b
treewide: use addDriverRunpath
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-06-30 15:01:01 -04:00
Matthias Beyer
57c3d7e42f
Merge pull request #323058 from r-ryantm/auto-update/go-camo
go-camo: 2.4.13 -> 2.5.0
2024-06-30 17:16:18 +02:00
R. Ryantm
7dfa379b93 google-chrome: 126.0.6478.114 -> 126.0.6478.126 2024-06-30 04:11:34 +00:00
R. Ryantm
20442b4e0b go-camo: 2.4.13 -> 2.5.0 2024-06-28 01:04:58 +00:00
Weijia Wang
3e5bcab536
Merge pull request #321168 from r-ryantm/auto-update/gosmee
gosmee: 0.22.0 -> 0.22.1
2024-06-20 10:53:34 +02:00
R. Ryantm
0ecdd056a8 gosmee: 0.22.0 -> 0.22.1 2024-06-20 05:48:32 +00:00
John Titor
cc7c307b2b
google-chrome: 126.0.6478.61 -> 126.0.6478.114 2024-06-19 22:19:10 +05:30
Niko Cantero
6819f38e5c
goofcord: 1.4.2 -> 1.4.3 2024-06-18 18:22:05 -04:00
John Titor
e9a2d6b9c8
google-chrome: 125.0.6422.141 -> 126.0.6478.61 2024-06-15 12:45:57 +05:30
Fabian Affolter
2e845fe8fb
Merge pull request #319491 from fabaff/go-secdump
go-secdump: init at 0.2.1
2024-06-14 09:32:11 +02:00
Fabian Affolter
d6358a8d82 go-secdump: init at 0.2.1
Tool to remotely dump secrets from the Windows registry

https://github.com/jfjallid/go-secdump
2024-06-13 08:09:40 +02:00
Sandro
f6682cb819
Merge pull request #318229 from luftmensch-luftmensch/govers_update
govers: migrate to buildGoModule
2024-06-10 21:25:54 +02:00
luftmensch-luftmensch
66ec7f718a
govers: migrate to buildGoModule 2024-06-10 17:14:46 +02:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
luftmensch-luftmensch
77cd3ce5b0
go-symbols: migrate to buildGoModule 2024-06-08 14:56:12 +02:00
Sandro
34666299c3
Merge pull request #316961 from eclairevoyant/electron-wrapper-fix 2024-06-06 16:48:14 +02:00
Filip Czaplicki
1b4858442e
gol: init at 0.2.0 (#283537) 2024-06-06 16:21:38 +02:00
éclairevoyant
c05c203df7
treewide: fix electron wrappers to use makeShellWrapper 2024-06-04 13:57:59 -04:00
Alexis Hildebrandt
0fd77ad648 got: 0.99 -> 0.100 2024-06-03 22:11:13 +02:00
Clemens Fruhwirth
30b6cd6e1d google-chrome: 125.0.6422.112 -> 125.0.6422.141 2024-06-02 08:35:55 +02:00
Aleksana
ec4d5b0a4d
Merge pull request #315551 from anthonyroussel/update/goss
goss,dgoss: 0.4.6 -> 0.4.7
2024-05-31 23:15:12 +08:00
Markus Kowalewski
af665fdcd3
Merge pull request #315486 from r-ryantm/auto-update/gosmee
gosmee: 0.21.0 -> 0.22.0
2024-05-30 15:42:26 +00:00
R. Ryantm
c0b2c803dd go-judge: 1.8.4 -> 1.8.5 2024-05-29 10:19:00 +00:00
Anthony Roussel
636742652d
dgoss: sync with goss 2024-05-29 10:26:55 +02:00
Anthony Roussel
42b2a1173e
goss: 0.4.6 -> 0.4.7
https://github.com/goss-org/goss/compare/v0.4.6...v0.4.7
2024-05-29 10:17:28 +02:00
R. Ryantm
cd091bb521 gosmee: 0.21.0 -> 0.22.0 2024-05-29 02:08:12 +00:00
Clemens Fruhwirth
57de378343 google-chrome: 125.0.6422.76 -> 125.0.6422.112 2024-05-25 07:39:52 +02:00
Robert Scott
2db4e7d035
Merge pull request #313729 from pluiedev/zhf-24.05/gobang
gobang: unbreak, modernize
2024-05-23 23:02:10 +01:00
Leah Amelia Chen
a1090bebdc gobang: unbreak, modernize 2024-05-23 23:09:20 +02:00
Jon Seager
cddbd42767
google-chrome: 125.0.6422.60 -> 125.0.6422.76 2024-05-23 17:29:00 +01:00
Sandro
2098d845d7
Merge pull request #284789 from vdemeester/add-gosmee 2024-05-22 15:46:00 +02:00
R. Ryantm
5fb01a8770 go-critic: 0.11.3 -> 0.11.4 2024-05-21 17:13:35 +00:00
Vincent Demeester
666df9d6ac
gosmee: new package at 0.21.0
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2024-05-21 13:11:50 +02:00
Raghav Sood
77ae5be145
Merge pull request #310646 from nyabinary/goofcord
goofcord: init at 1.4.2
2024-05-17 09:27:36 +08:00
Niko Cantero
fcd9efc718
goofcord: init at 1.4.2 2024-05-16 16:18:38 -04:00
Aleksana
25778548a8
Merge pull request #311713 from isabelroses/goflow/by-name
goflow2: move to by-name
2024-05-16 22:38:03 +08:00
Jon Seager
b85faff723
google-chrome: 124.0.6367.201 -> 125.0.6422.60 2024-05-16 07:06:39 +01:00
Jon Seager
751f923d7a
google-chrome: increase safety of update-script 2024-05-15 14:19:48 +01:00