Commit Graph

428 Commits

Author SHA1 Message Date
R. Ryantm
cb805349a7 renode-dts2repl: 0-unstable-2024-09-20 -> 0-unstable-2024-09-27 2024-09-30 09:25:47 +00:00
Jörg Thalheim
06311057ca
regal: add ldflags to show version (#345059) 2024-09-28 18:14:57 +02:00
Rintaro Okamura
bf911d2563
regal: add ldflags to show version
this is used by `version` subcommand

Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
2024-09-28 18:08:40 +09:00
R. Ryantm
2f6bd555ee renode-unstable: 1.15.2+20240914gitcb658f346 -> 1.15.3+20240927gitbb819bb49 2024-09-27 22:33:52 +00:00
nixpkgs-merge-bot[bot]
65798d5f42
regal: 0.26.2 -> 0.27.0 (#344809) 2024-09-27 07:16:50 +00:00
R. Ryantm
712241036b regal: 0.26.2 -> 0.27.0 2024-09-27 05:16:00 +00:00
Weijia Wang
d4a5355198
redo: moved to by-name, modernized derivation, and fixed expired link (#344454) 2024-09-27 02:46:15 +02:00
Weijia Wang
be81ffaaff
recyclarr: 7.2.3 -> 7.2.4 (#342468) 2024-09-27 02:22:02 +02:00
nixpkgs-merge-bot[bot]
c5f9f30e2f
renode-unstable: 1.15.2+20240905git62115c2c3 -> 1.15.2+20240914gitcb658f346 (#342288) 2024-09-26 22:32:57 +00:00
R. Ryantm
fa8f7cd489 recyclarr: 7.2.3 -> 7.2.4 2024-09-26 23:36:51 +02:00
Mutsuha Asada
31ec73e49b
redo: moved to by-name 2024-09-26 00:09:55 +09:00
Sandro
64a2b735c6
resticprofile: use buildGo123Module 2024-09-25 17:03:44 +02:00
lassulus
90a830b857
resticprofile: 0.27.1 -> 0.28.0 (#336074) 2024-09-25 09:08:58 +02:00
Peder Bergebakken Sundt
9f5f2c9b4d renovate: use finalAttrs.finalPackage 2024-09-24 23:28:57 +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
nixpkgs-merge-bot[bot]
58d1db7dbd
renode-dts2repl: 0-unstable-2024-09-05 -> 0-unstable-2024-09-20 (#343473) 2024-09-24 16:57:39 +00:00
Michele Guerini Rocco
12c8f1b937
redlib: 0.35.1 -> 0.35.1-unstable-2024-09-22 (#343649) 2024-09-24 18:15:47 +02:00
bigshaq9999
647e5c3a3a renpy: 8.2.1 -> 8.3.2 2024-09-23 11:06:50 +07:00
R. Ryantm
712b3d7c8c renovate: 38.73.5 -> 38.93.1 2024-09-22 12:20:00 +00:00
Guanran Wang
4b0564d94a
redlib: 0.35.1 -> 0.35.1-unstable-2024-09-22 2024-09-22 12:47:10 +08:00
R. Ryantm
728126dcd1 renode-dts2repl: 0-unstable-2024-09-05 -> 0-unstable-2024-09-20 2024-09-21 10:01:26 +00:00
R. Ryantm
9c322bcec8 remnote: 1.16.111 -> 1.16.116 2024-09-18 20:00:04 +00:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name (#341412) 2024-09-17 11:17:16 +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
Nick Cao
c7fbcaf4c6
rectangle: 0.82 -> 0.83 (#342163) 2024-09-16 08:48:38 -04:00
R. Ryantm
b040dfb0a0 renode-unstable: 1.15.2+20240905git62115c2c3 -> 1.15.2+20240914gitcb658f346 2024-09-16 12:19:13 +00:00
Weijia Wang
ea61eda12f rectangle: 0.82 -> 0.83 2024-09-16 00:39:50 +02:00
R. Ryantm
35333be988 regal: 0.25.0 -> 0.26.2 2024-09-15 18:05:44 +00:00
Aleksana
0465a01b69
pkgs/by-name: rewrite hashes in SRI format (#341924) 2024-09-15 19:56:06 +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
aviac
ffa38763a0
rerun: 0.13.0 -> 0.18.2 2024-09-12 13:41:24 +02:00
Weijia Wang
d8f4f35399
recyclarr: 7.2.1 -> 7.2.3 (#328437) 2024-09-10 20:59:15 +02:00
R. Ryantm
6e87226440 recyclarr: 7.2.1 -> 7.2.3 2024-09-10 17:04:43 +02:00
R. Ryantm
17aec19b9a renovate: 38.62.0 -> 38.73.5 2024-09-10 05:45:03 +00:00
Nick Cao
4daf220fe6
reposilite: 3.5.16 -> 3.5.17 (#340666) 2024-09-09 08:43:24 -04:00
nixpkgs-merge-bot[bot]
a3158d80b0
renode-dts2repl: 0-unstable-2024-08-30 -> 0-unstable-2024-09-05 (#340676) 2024-09-09 11:25:52 +00:00
R. Ryantm
d7b100d85f renode-dts2repl: 0-unstable-2024-08-30 -> 0-unstable-2024-09-05 2024-09-09 04:29:56 +00:00
R. Ryantm
7300e9aa84 reposilite: 3.5.16 -> 3.5.17 2024-09-09 03:06:48 +00:00
Aleksana
33786efa7e
revpfw3: init at 0.4.0 (#340204) 2024-09-09 10:28:49 +08:00
R. Ryantm
c4c1259081 remnote: 1.16.107 -> 1.16.111 2024-09-07 19:24:03 +00:00
David McFarland
13a975148a
dotnet: add override mechanism for nuget packages (#339953) 2024-09-07 09:00:01 -03:00
TudbuT
397f2f83da revpfw3: init at 0.4.0 2024-09-07 10:57:24 +02:00
David McFarland
e6c700ed11 dotnetCorePackages.fetchNupkg: override avalonia.x11 to find native libs 2024-09-06 16:32:08 -03:00
David McFarland
9a0be2fd28 dotnetCorePackages.fetchNupkg: override skiasharp to find fontconfig 2024-09-06 16:05:19 -03:00
R. Ryantm
a7fd3c4c9c renode-unstable: 1.15.2+20240829gitfedcdbdaf -> 1.15.2+20240905git62115c2c3 2024-09-05 21:45:32 +00:00
David McFarland
683ffbdc5c
buildDotnetModule: inherit enableParallelBuilding (#339335) 2024-09-03 20:56:37 -07:00
Ivan Trubach
699b182349 recyclarr: disable parallel building 2024-09-04 00:15:31 +03:00
Nick Cao
3928be66dc
retrospy: 6.5 -> 6.6 (#338143) 2024-09-03 15:16:55 -04:00
R. Ryantm
b648379857 renovate: 38.55.4 -> 38.62.0 2024-09-02 18:59:15 +00:00
R. Ryantm
ca8ebb9de3 renode-dts2repl: 0-unstable-2024-08-20 -> 0-unstable-2024-08-30 2024-09-01 21:03:25 +00:00