Commit Graph

78 Commits

Author SHA1 Message Date
nixpkgs-merge-bot[bot]
dd8dd07967
cimg: 3.4.2 -> 3.4.3 (#348693) 2024-10-17 00:43:08 +00:00
Ryan Omasta
fad039d7e7
cinny-unwrapped, cinny-desktop: 4.2.1 -> 4.2.2 2024-10-16 12:26:37 -06:00
R. Ryantm
d22cb635d7 cimg: 3.4.2 -> 3.4.3 2024-10-15 05:47:23 +00:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
Pol Dellaiera
dab98568a0
circom: 2.1.9 -> 2.2.0 (#347077) 2024-10-09 21:13:02 +02:00
Benedikt Broich
2b010161bf
citations: move to by-name 2024-10-08 12:02:10 +02:00
R. Ryantm
7f7db7691d circom: 2.1.9 -> 2.2.0 2024-10-07 12:32:25 +00:00
Olivér Falvai
957647e1ca
cinny-desktop: fix darwin build (#346640) 2024-10-06 12:12:06 +02:00
R. Ryantm
3f11a21235 civo: 1.0.91 -> 1.1.91 2024-10-05 05:29:39 +00:00
seth
154d776f51
cinny-desktop: use cargo-tauri.hook 2024-09-30 20:13:14 -04:00
Nick Cao
917feada4b
civo: 1.0.90 -> 1.0.91 (#344578) 2024-09-26 16:13:30 -04:00
Bobby Rong
ee64103aad
cinnamon-screensaver: 6.2.0 -> 6.2.1 (#344436) 2024-09-26 21:00:01 +08:00
R. Ryantm
11af5e6533 civo: 1.0.90 -> 1.0.91 2024-09-26 04:57:04 +00:00
Bobby Rong
b0a55d4a41
cinnamon-screensaver: 6.2.0 -> 6.2.1
https://github.com/linuxmint/cinnamon-screensaver/compare/6.2.0...6.2.1
2024-09-25 21:34:12 +08: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
R. Ryantm
82ec791318 cirrus-cli: 0.126.0 -> 0.126.1 2024-09-21 01:20:40 +00:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
Sandro
0e4ee16ddd
cinny-unwrapped, cinny-desktop: 4.1.0 -> 4.2.1 (#341229) 2024-09-16 17:31:18 +02: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
Ryan Omasta
ac1ae97199
cinny-unwrapped, cinny-desktop: 4.1.0 -> 4.2.1 2024-09-14 10:59:28 -06:00
Nick Cao
eac780e60a
cimg, gmic-qt: 3.4.0 -> 3.4.2 (#340848) 2024-09-12 19:09:59 -04:00
techknowlogick
e3dfa9aefc cirrus-cli: 0.125.1 -> 0.126.0
Diff: https://github.com/cirruslabs/cirrus-cli/compare/v0.125.1...v0.126.0
2024-09-12 00:45:31 -04:00
Martin Joerg
d16f617b0a cimg: 3.4.0 -> 3.4.2
https://github.com/GreycLab/CImg/compare/refs/tags/v.3.4.0...refs/tags/v.3.4.2
2024-09-09 19:19:14 +00:00
R. Ryantm
de8c1b0f5a cirrus-cli: 0.124.2 -> 0.125.1 2024-09-08 19:14:12 +00:00
R. Ryantm
9f4a6a1e9e civo: 1.0.89 -> 1.0.90 2024-09-05 12:32:02 +00:00
Nikolay Korotkiy
b12f10e527
cirrus-cli: migrate to by-name 2024-09-01 16:53:43 +04:00
Emily
7fd9224e7f
cinny-desktop: 4.0.3 -> 4.1.0, use hashRouter (#334805) 2024-08-27 05:17:18 +01:00
Jan Tojnar
b8f3c78021
Merge pull request #333917 from jtojnar/gnome-top-level
gnome: Move more packages to top-level
2024-08-24 01:43:31 +02:00
R. Ryantm
2ba03a6384
civo: 1.0.88 -> 1.0.89 2024-08-20 19:09:56 -04:00
Ryan Omasta
b26ca1d071
cinny-desktop: 4.0.3 -> 4.1.0 2024-08-18 16:02:39 -06:00
Ryan Omasta
9f13613819
cinny-desktop: format using nixfmt-rfc-style 2024-08-18 16:01:12 -06:00
Ryan Omasta
ce84b361b5
cinny-desktop: override cinny dependency with hashRouter 2024-08-18 15:59:43 -06:00
Ryan Omasta
237b25b556
cinny-desktop: migrate to pkgs/by-name, add ryand56 to maintainers 2024-08-18 15:53:57 -06:00
Emily
bbfd5d1085 {cinny-unwrapped,element-call,fluffychat,jitsi-meet}: inherit vulnerabilities from olm
These vendor the libolm code.
2024-08-16 17:34:49 +01:00
Donovan Glover
9e12c10713
Merge pull request #332619 from r-ryantm/auto-update/cinny-unwrapped
cinny-unwrapped: 4.0.3 -> 4.1.0
2024-08-14 03:09:40 +00:00
Jan Tojnar
81237a9e87 caribou: Move from gnome scope to top-level 2024-08-12 00:29:12 +02:00
Bobby Rong
dd711d9315
cinnamon-common: 6.2.8 -> 6.2.9
https://github.com/linuxmint/cinnamon/compare/6.2.8...6.2.9
2024-08-11 10:23:11 +08:00
Bobby Rong
47c69555e3
Merge pull request #332244 from bobby285271/upd/cinnamon
Cinnamon updates 2024-08-04
2024-08-06 20:35:37 +08:00
R. Ryantm
7d522267b4 cinny-unwrapped: 4.0.3 -> 4.1.0 2024-08-06 01:21:13 +00:00
Sandro
a3ac113b5a
Merge pull request #331613 from Guanran928/cinny/wrapper
cinny: add wrapper
2024-08-05 18:39:03 +02:00
Bobby Rong
e43af80c7d
cinnamon-common: 6.2.7 -> 6.2.8
https://github.com/linuxmint/cinnamon/compare/6.2.7...6.2.8
2024-08-04 21:16:43 +08:00
Guanran Wang
e66af6ccbe
cinny: add wrapper 2024-08-04 00:22:59 +08:00
techknowlogick
0abc877144 civo: move to pkgs/by-name 2024-08-01 13:11:22 -04:00
Bobby Rong
22b54a6e7f
cinnamon-gsettings-overrides: Move from cinnamon scope to top-level 2024-07-23 22:12:42 +08:00
Bobby Rong
ab6606dfb8
cinnamon-screensaver: Move from cinnamon scope to top-level 2024-07-23 22:12:42 +08:00
Bobby Rong
d1a7acfc47
cinnamon-common: Move from cinnamon scope to top-level 2024-07-23 22:12:41 +08:00
Bobby Rong
6fd4a53e3e
cinnamon-control-center: Move from cinnamon scope to top-level 2024-07-23 22:12:41 +08:00
Bobby Rong
bf4ffb38d0
cinnamon-session: Move from cinnamon scope to top-level 2024-07-23 22:12:41 +08:00
Bobby Rong
e5373c3e6c
cinnamon-settings-daemon: Move from cinnamon scope to top-level 2024-07-23 22:00:18 +08:00
Bobby Rong
e8fd435f36
cinnamon-translations: Move from cinnamon scope to top-level 2024-07-23 22:00:18 +08:00