Commit Graph

108 Commits

Author SHA1 Message Date
Stig
2f2e8da28c
yamlscript: 0.1.76 -> 0.1.79 (#346633) 2024-10-07 07:38:32 +02:00
R. Ryantm
74f1568f23 yamlscript: 0.1.76 -> 0.1.79 2024-10-05 09:06:01 +00:00
R. Ryantm
1aee34c27d yara-x: 0.8.0 -> 0.9.0 2024-10-04 08:48:26 +00:00
R. Ryantm
dd8b31c76c yamlscript: 0.1.75 -> 0.1.76 2024-09-27 07:13:20 +00:00
Peder Bergebakken Sundt
a4f7690fdc yandex-cloud: use finalAttrs.finalPackage 2024-09-24 23:28:57 +02:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03: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
d4c147cb97 yandex-music: 5.15.0 -> 5.18.2 2024-09-22 23:26:18 +00:00
h0hmj
1aff7e7650 yabai: 7.1.2 -> 7.1.3 2024-09-21 12:05:53 +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
R. Ryantm
47d7993996 yamlscript: 0.1.74 -> 0.1.75 2024-09-15 23:50:11 +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
R. Ryantm
e96b361f1b yandex-cloud: 0.132.1 -> 0.133.0 2024-09-14 19:42:23 +00:00
nixpkgs-merge-bot[bot]
e2fe9a27bf
yandex-music: 5.14.0 -> 5.15.0 (#340968) 2024-09-10 10:45:09 +00:00
R. Ryantm
446599a6f8 yandex-music: 5.14.0 -> 5.15.0 2024-09-10 09:41:03 +00:00
R. Ryantm
5f97b1604d yara-x: 0.7.0 -> 0.8.0 2024-09-10 03:06:19 +00:00
Nick Cao
b4eba969b0
yamlscript: 0.1.73 -> 0.1.74 (#339714) 2024-09-07 10:00:09 -04:00
Kira Bruneau
da96277912
yarg: init at 0.12.6 (#337570) 2024-09-05 18:43:38 -04:00
R. Ryantm
8a65902cdc yamlscript: 0.1.73 -> 0.1.74 2024-09-05 05:16:11 +00:00
eljamm
edb1a60e57
yazi, yazi-unwrapped: 0.3.2 -> 0.3.3 2024-09-04 19:46:22 +01:00
R. Ryantm
1e1478f958 yandex-music: 5.13.2 -> 5.14.0 2024-09-03 00:41:06 +00:00
nixpkgs-merge-bot[bot]
ccda7ae11e
yamlscript: 0.1.72 -> 0.1.73 (#338270) 2024-08-30 07:51:18 +00:00
Nick Cao
6ac4b54c7e
yandex-cloud: 0.131.1 -> 0.132.1 (#338057) 2024-08-29 19:48:03 -04:00
R. Ryantm
4750b9e80e yamlscript: 0.1.72 -> 0.1.73 2024-08-29 21:05:48 +00:00
Fabian Affolter
9e073dc84d
yara-x: 0.6.0 -> 0.7.0 (#337970) 2024-08-29 09:56:19 +02:00
R. Ryantm
300317e52b yandex-cloud: 0.131.1 -> 0.132.1 2024-08-28 22:23:24 +00:00
R. Ryantm
06f5e564dd yara-x: 0.6.0 -> 0.7.0 2024-08-28 16:44:14 +00:00
eljamm
9cba8883bb
yazi-unwrapped: 0.3.1 -> 0.3.2 2024-08-28 10:12:20 +01:00
Yury Shvedov
f442c0ab52 yandex-music: init at 5.13.2
Yandex Music - Personal recommendations, selections for any occasion and
new music. This is repacked version of Beta of Yandex Music version for
windows desktop based on electron. The repack process is developing at
[cucumber-sp's](https://github.com/cucumber-sp/yandex-music-linux) project.

Change-Id: I517ba94ceee04cf9f1e13d7c33d5355cbcec0939
2024-08-27 13:04:04 +00:00
Kira Bruneau
4fd353c08f yarg: init at 0.12.6 2024-08-26 17:50:45 -04:00
R. Ryantm
76d2398b18 yamlscript: 0.1.71 -> 0.1.72 2024-08-24 02:49:40 +00:00
R. Ryantm
d3b2b6e380 yandex-cloud: 0.131.0 -> 0.131.1 2024-08-23 05:46:43 +00:00
Sebastián Mancilla
9207356878
Merge pull request #334802 from r-ryantm/auto-update/yandex-cloud
yandex-cloud: 0.130.0 -> 0.131.0
2024-08-17 18:20:14 -04:00
uncenter
15a36412ca
yazi-unwrapped: add uncenter as maintainer 2024-08-15 17:47:36 +02:00
uncenter
46503af34a
yazi, yazi-unwrapped: 0.3.0 -> 0.3.1 2024-08-15 17:44:40 +02:00
R. Ryantm
5ef591f75f yandex-cloud: 0.130.0 -> 0.131.0 2024-08-15 07:29:48 +00:00
R. Ryantm
d02b0032ca yamlscript: 0.1.69 -> 0.1.71 2024-08-13 11:01:22 +00:00
Pol Dellaiera
f449835b46
Merge pull request #333699 from khaneliman/yabai-7.1.2
yabai: 7.1.1 -> 7.1.2
2024-08-11 00:50:38 +02:00
Austin Horstman
8d63769dc9
yabai: 7.1.1 -> 7.1.2 2024-08-10 09:50:10 -05:00
R. Ryantm
98893ef7b3 yandex-cloud: 0.129.0 -> 0.130.0 2024-08-08 11:43:36 +00:00
R. Ryantm
1928edf9c9 yamlscript: 0.1.68 -> 0.1.69 2024-08-05 22:31:35 +00:00
uncenter
80c34fd715
yazi, yazi-unwrapped: 0.2.5 -> 0.3.0 2024-08-01 13:18:42 -04:00
R. Ryantm
69979d1510 yara-x: 0.5.0 -> 0.6.0 2024-07-31 11:17:35 +00:00
eljamm
7a7956ea79 yazi-unwrapped: auto update version, build date & hash 2024-07-28 13:06:52 +01:00
Matthias Beyer
522ca4cb15
Merge pull request #330520 from uncenter/pr-dad3699a
yazi-unwrapped: add vergen environment variables
2024-07-28 09:23:57 +02:00
uncenter
f39e0bc28b
yazi-unwrapped: add vergen environment variables 2024-07-27 18:01:49 -04:00
R. Ryantm
bd2de48fc1 yamlscript: 0.1.66 -> 0.1.68 2024-07-24 11:12:05 +00:00
Stig
b9db2ab52d
Merge pull request #327283 from r-ryantm/auto-update/yamlscript
yamlscript: 0.1.64 -> 0.1.66
2024-07-22 13:46:57 +01:00
lassulus
f22436e2b4
Merge pull request #328406 from herbetom/yanic-add-version-var
yanic: set version variable during build
2024-07-20 16:07:49 +02:00
Tom Herbers
81f62b817f
yanic: set version variable during build
Setting this allows `yanic version` to report the package version.
2024-07-19 13:08:00 +02:00