Commit Graph

133 Commits

Author SHA1 Message Date
R. Ryantm
aa1b127de4 picom-pijulius: 8.2-unstable-2024-09-27 -> 8.2-unstable-2024-10-05 2024-10-07 23:42:55 +00:00
Aaron Jheng
ef29f8307d
pixi: 0.27.1 -> 0.31.0 2024-10-06 00:50:24 +00:00
Nick Cao
6e510eba2d
pietrasanta-traceroute: 0.0.5-unstable-2024-06-11 -> 0.0.5-unstable-2024-09-06 (#345115) 2024-10-03 17:08:49 -04:00
Artturin
35d02934a1
picocom: fix cross compilation (#345811) 2024-10-02 05:34:09 +03:00
Colin
78b037d36f picocom: fix cross compilation 2024-10-02 00:13:20 +00:00
R. Ryantm
ec50ae00b1 picom-pijulius: 8.2-unstable-2024-09-14 -> 8.2-unstable-2024-09-27 2024-09-30 00:54:16 +00:00
Icy-Thought
dd65d15cc0
picom: v12 -> v12.1 2024-09-29 01:36:44 +02:00
R. Ryantm
34a466eb41 pietrasanta-traceroute: 0.0.5-unstable-2024-06-11 -> 0.0.5-unstable-2024-09-06 2024-09-28 14:36:15 +00:00
R. Ryantm
53a28edc1f pipet: 0.2.1 -> 0.2.2 2024-09-27 14:12:31 +00:00
Icy-Thought
f275c86897
picom: v11.2 -> v12 2024-09-27 09:09:13 +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
Felix Schröter
a67d858121
pixelorama: 1.0.2 -> 1.0.3 (#343791) 2024-09-24 00:11:46 +02:00
R. Ryantm
4324cd5e8e pixelorama: 1.0.2 -> 1.0.3 2024-09-22 19:16:51 +00:00
Yo'av Moshe
7c408281af pipet: init at 0.2.1 2024-09-22 16:39:51 +02:00
R. Ryantm
1aee51e5e7 picom-pijulius: 8.2-unstable-2024-09-08 -> 8.2-unstable-2024-09-14 2024-09-20 09:16:53 +00:00
Weijia Wang
bcee243290
aligator: init at 0.8.0 (#342751) 2024-09-19 22:42:41 +02:00
Guilhem Saurel
da033dc206 pinocchio: build documentation 2024-09-18 23:26:13 +02:00
Guilhem Saurel
f048cdeba0 pinocchio: format 2024-09-18 22:41:00 +02:00
Guilhem Saurel
49518d287b pinocchio: move to pkgs/by-name 2024-09-18 22:41:00 +02:00
R. Ryantm
7d8d137905 picocrypt-cli: 2.07 -> 2.08 2024-09-18 09:12:35 +00: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
Peder Bergebakken Sundt
fcac26bce9
picocrypt: 1.42 -> 1.43 (#341419) 2024-09-14 04:04:32 +02:00
Ryan Omasta
0806743b97
picocrypt: 1.42 -> 1.43 2024-09-12 10:58:08 -06:00
Emily
a5cd7bba11 picocom: devendor linenoise 2024-09-12 15:40:59 +01:00
Emily
5f0e2e9e4e picocom: switch to maintained fork
The previous upstream has been dead for six years; this fork is by
Linux kernel developer Wolfram Sang, and is already used by Fedora,
openSUSE, and Buildroot.
2024-09-12 15:37:00 +01:00
Emily
dfa36a3e5c picocom: format with nixfmt-rfc-style 2024-09-12 15:10:15 +01:00
Emily
0ac4e0f008 picocom: move to pkgs/by-name 2024-09-12 15:06:44 +01:00
R. Ryantm
3ad004f4c9 picom-pijulius: 8.2-unstable-2024-08-30 -> 8.2-unstable-2024-09-08 2024-09-08 16:38:22 +00:00
Aleksana
3b1256eb8f
pinit: init at 2.1.1 (#329113) 2024-09-07 22:35:11 +08:00
R. Ryantm
e3e1914009 picocrypt-cli: 2.06 -> 2.07 2024-09-07 09:40:42 +00:00
Felix Schröter
8ec8fd5f0b
pixelorama: 1.0.1 -> 1.0.2 (#336873) 2024-09-05 16:14:17 +00:00
Ryan Omasta
eb3833bf2c
picocrypt: 1.41 -> 1.42 2024-09-03 20:10:25 -06:00
YvesStraten
2edb447245 picom-pijulius: 8.2-unstable-2024-07-01 -> 8.2-unstable-2024-08-30 2024-09-03 10:42:38 +08:00
nixpkgs-merge-bot[bot]
d26ac0780f
picocrypt-cli: 2.05 -> 2.06 (#338522) 2024-08-31 12:29:21 +00:00
R. Ryantm
34246768cf picocrypt: 1.40 -> 1.41 2024-08-31 01:58:15 +00:00
R. Ryantm
4c40d1121c picocrypt-cli: 2.05 -> 2.06 2024-08-31 01:50:18 +00:00
aleksana
94db5b237d pinit: init at 2.1.1 2024-08-29 10:39:58 +08:00
Felix Schröter
4271b753b2
pixelorama: add aarch64-linux support 2024-08-23 23:30:37 +02:00
Felix Schröter
515d3439b3
pixelorama: 1.0.1 -> 1.0.2
https://github.com/Orama-Interactive/Pixelorama/releases/tag/v1.0.2
2024-08-23 23:20:49 +02:00
lassulus
211976b4df
Merge pull request #333063 from ryand56/update/picocrypt
picocrypt: 1.38 -> 1.40
2024-08-13 09:26:05 +02:00
Peder Bergebakken Sundt
5636449c32
Merge pull request #333171 from aaronjheng/pixi
pixi: 0.26.1 -> 0.27.1
2024-08-12 00:30:24 +02:00
superherointj
94dc66045b
Merge pull request #330914 from felschr/pixelorama-1.0
pixelorama: 0.11.4 -> 1.0.1
2024-08-11 19:07:47 -03:00
Felix Schröter
9a8324dc23
pixelorama: 0.11.4 -> 1.0.1
https://github.com/Orama-Interactive/Pixelorama/releases/tag/v1.0
https://github.com/Orama-Interactive/Pixelorama/releases/tag/v1.0.1
2024-08-11 18:46:33 +02:00
R. Ryantm
c5019d3f3c picocrypt-cli: 2.04 -> 2.05 2024-08-11 14:09:34 +00:00
Ryan Omasta
0fbd43f258
picocrypt: 1.39 -> 1.40 2024-08-11 02:26:34 -06:00
Aaron Jheng
350f1c3211
pixi: 0.26.1 -> 0.27.1 2024-08-09 14:18:58 +00:00
R. Ryantm
368126fe22 pioasm: 1.5.1 -> 2.0.0 2024-08-09 01:59:10 +00:00
Ryan Omasta
75a10ed301
picocrypt: 1.38 -> 1.39 2024-08-07 14:47:08 -06:00
Felix Schröter
9ed7aa0f4e
pixelorama: reformat 2024-08-06 21:29:35 +02:00
Felix Schröter
e6fa2145cf
pixelorama: migrate to pkgs/by-name 2024-08-06 21:29:35 +02:00