Commit Graph

86 Commits

Author SHA1 Message Date
Martin Weinelt
3896c7aa5e
evcc: 0.131.2 -> 0.131.3
https://github.com/evcc-io/evcc/releases/tag/0.131.3
2024-10-29 03:08:17 +01:00
Martin Weinelt
5adedec520
evcc: 0.131.1 -> 0.131.2
https://github.com/evcc-io/evcc/releases/tag/0.131.2
2024-10-27 16:43:21 +01:00
Martin Weinelt
b24921bc7c
evcc: 0.131.0 -> 0.131.1
https://github.com/evcc-io/evcc/releases/tag/0.131.1
2024-10-24 15:27:47 +02:00
Martin Weinelt
870356ab25
evcc: 0.130.13 -> 0.131.0
https://github.com/evcc-io/evcc/releases/tag/0.131.0
2024-10-23 13:55:29 +02:00
Martin Weinelt
37e98ac241
evcc: 0.130.9 -> 0.130.13
https://github.com/evcc-io/evcc/releases/tag/0.130.10
https://github.com/evcc-io/evcc/releases/tag/0.130.11
https://github.com/evcc-io/evcc/releases/tag/0.130.12
https://github.com/evcc-io/evcc/releases/tag/0.130.13
2024-10-14 02:14:09 +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
Martin Weinelt
191256feb3
evcc: 0.130.8 -> 0.130.9
https://github.com/evcc-io/evcc/releases/tag/0.130.9
2024-09-12 00:07:48 +02:00
Martin Weinelt
84ed599b0d
evcc: 0.130.7 -> 0.130.8
https://github.com/evcc-io/evcc/releases/tag/0.130.8
2024-09-08 17:38:25 +02:00
Martin Weinelt
516c33ac77
evcc: 0.130.6 -> 0.130.7
https://github.com/evcc-io/evcc/releases/tag/0.130.7
2024-09-02 14:46:40 +02:00
Martin Weinelt
1485954747
evcc: 0.130.4 -> 0.130.6
https://github.com/evcc-io/evcc/releases/tag/0.130.5
https://github.com/evcc-io/evcc/releases/tag/0.130.6
2024-08-26 22:06:33 +02:00
Martin Weinelt
a5ee90e853
evcc: 0.130.3 -> 0.130.4
https://github.com/evcc-io/evcc/releases/tag/0.130.4
2024-08-25 21:54:21 +02:00
Martin Weinelt
bd67643cfe
evcc: 0.130.2 -> 0.130.3
https://github.com/evcc-io/evcc/releases/tag/0.130.3
2024-08-25 16:38:34 +02:00
Martin Weinelt
224f2dc0bd
evcc: 0.130.1 -> 0.130.2
https://github.com/evcc-io/evcc/releases/tag/0.130.2
2024-08-20 21:22:32 +02:00
Martin Weinelt
3ed98a2d68
evcc: 0.130.0 -> 0.130.1
https://github.com/evcc-io/evcc/releases/tag/0.130.1
2024-08-20 02:06:35 +02:00
Martin Weinelt
8e14c8255e
evcc: 0.129.0 -> 0.130.0
https://github.com/evcc-io/evcc/releases/tag/0.130.0
2024-08-18 13:04:20 +02:00
Martin Weinelt
90c7c39fd5
evcc: 0.128.4 -> 0.129.0
https://github.com/evcc-io/evcc/releases/tag/0.129.0
2024-07-28 13:14:17 +02:00
Martin Weinelt
cb102994d8
evcc: 0.128.3 -> 0.128.4
https://github.com/evcc-io/evcc/releases/tag/0.128.4
2024-07-23 03:17:56 +02:00
Martin Weinelt
d2d1e5b113
evcc: 0.128.2 -> 0.128.3
https://github.com/evcc-io/evcc/releases/tag/0.128.3
2024-07-19 13:06:34 +02:00
Martin Weinelt
1a4bd06ac4
evcc: 0.128.1 -> 0.128.2
https://github.com/evcc-io/evcc/releases/tag/0.128.2
2024-07-10 00:25:38 +02:00
Martin Weinelt
e5a4dd6455
evcc: 0.128.0 -> 0.128.1
https://github.com/evcc-io/evcc/releases/tag/0.128.1
2024-07-04 21:45:04 +02:00
Martin Weinelt
6f8e08bdde
evcc: 0.127.2 -> 0.128.0
https://github.com/evcc-io/evcc/releases/tag/0.128.0
2024-07-04 16:27:59 +02:00
Martin Weinelt
222c344621
evcc: 0.127.1 -> 0.127.2
https://github.com/evcc-io/evcc/releases/tag/0.127.2
2024-06-17 00:48:03 +02:00
Martin Weinelt
865c275b17
evcc: 0.127.0 -> 0.127.1
https://github.com/evcc-io/evcc/releases/tag/0.127.1
2024-06-14 02:28:25 +02:00
Martin Weinelt
1a19d3af33
evcc: 0.126.5 -> 0.127.0
https://github.com/evcc-io/evcc/releases/tag/0.127.0
2024-06-13 01:24:36 +02:00
Martin Weinelt
f315095bd6
evcc: 0.126.4 -> 0.126.5
https://github.com/evcc-io/evcc/releases/tag/0.126.5
2024-05-29 21:45:30 +02:00
Martin Weinelt
2eaea7071a
evcc: 0.126.3 -> 0.126.4
https://github.com/evcc-io/evcc/releases/tag/0.126.4
2024-05-23 01:07:21 +02:00
Martin Weinelt
e17488e8fb
evcc: 0.126.2 -> 0.126.3
https://github.com/evcc-io/evcc/releases/tag/0.126.3
2024-05-17 12:03:21 +02:00
Martin Weinelt
2587c7431a
evcc: 0.126.1 -> 0.126.2
https://github.com/evcc-io/evcc/releases/tag/0.126.2
2024-05-05 01:29:54 +02:00
R. Ryantm
ab337daa1b evcc: 0.124.10 -> 0.126.1 2024-05-02 23:53:58 +00:00
R. Ryantm
ef1d55bb79 evcc: 0.124.9 -> 0.124.10 2024-03-14 15:41:57 +00:00
R. Ryantm
34615ef3ad evcc: 0.124.8 -> 0.124.9 2024-03-10 06:52:23 +00:00
Martin Weinelt
c339d2e256
evcc: 0.124.7 -> 0.124.8
https://github.com/evcc-io/evcc/releases/tag/0.124.8
2024-03-08 21:02:07 +01:00
Martin Weinelt
7b58179a77
evcc: 0.124.6 -> 0.124.7
https://github.com/evcc-io/evcc/releases/tag/0.124.7
2024-03-08 14:37:42 +01:00
R. Ryantm
3b2adba3f3 evcc: 0.124.4 -> 0.124.6 2024-03-05 10:32:12 +00:00
Martin Weinelt
e315f54693
evcc: 0.124.0 -> 0.124.4
https://github.com/evcc-io/evcc/releases/tag/0.124.1
https://github.com/evcc-io/evcc/releases/tag/0.124.2
https://github.com/evcc-io/evcc/releases/tag/0.124.4
2024-02-19 23:35:22 +01:00
Martin Weinelt
fb9eaa8209
evcc: 0.123.9 -> 0.124.0
https://github.com/evcc-io/evcc/releases/tag/0.124.0
2024-02-01 01:08:04 +01:00
Martin Weinelt
2865dd8ca8
evcc: 0.123.8 -> 0.123.9
https://github.com/evcc-io/evcc/releases/tag/0.123.9
2024-01-23 01:07:23 +01:00
Martin Weinelt
5a0228509a
evcc: 0.123.7 -> 0.123.8
https://github.com/evcc-io/evcc/releases/tag/0.123.8
2024-01-12 01:34:40 +01:00
Martin Weinelt
cbcf1d977b
evcc: 0.123.2 -> 0.123.7
https://github.com/evcc-io/evcc/releases/tag/0.123.7
https://github.com/evcc-io/evcc/releases/tag/0.123.6
https://github.com/evcc-io/evcc/releases/tag/0.123.5
https://github.com/evcc-io/evcc/releases/tag/0.123.4
https://github.com/evcc-io/evcc/releases/tag/0.123.3
2024-01-07 17:27:32 +01:00
Martin Weinelt
679f8e3c43
evcc: 0.123.1 -> 0.123.2
https://github.com/evcc-io/evcc/releases/tag/0.123.2
2023-12-27 02:30:01 +01:00
Martin Weinelt
01eb6f2bce
evcc: 0.123.0 -> 0.123.1
https://github.com/evcc-io/evcc/releases/tag/0.123.1
2023-12-26 17:43:18 +01:00
Martin Weinelt
2431c94db9
evcc: 0.122.1 -> 0.123.0
https://github.com/evcc-io/evcc/releases/tag/0.123.0
2023-12-22 23:21:42 +01:00
Martin Weinelt
8bb074d45e
evcc: 0.122.0 -> 0.122.1
https://github.com/evcc-io/evcc/releases/tag/0.122.1
2023-11-10 12:57:39 +01:00
Martin Weinelt
02ba6a4040
evcc: 0.121.5 -> 0.122.0
https://github.com/evcc-io/evcc/releases/tag/0.122.0
2023-11-04 23:50:32 +01:00
Martin Weinelt
cb714c774e
evcc: 0.121.3 -> 0.121.5
https://github.com/evcc-io/evcc/releases/tag/0.121.4
https://github.com/evcc-io/evcc/releases/tag/0.121.5
2023-10-29 11:52:23 +01:00
Martin Weinelt
126b50369e
evcc: 0.121.2 -> 0.121.3
https://github.com/evcc-io/evcc/releases/tag/0.121.3
2023-10-28 19:45:31 +02:00
Martin Weinelt
40920ff12b
evcc: 0.120.3 -> 0.121.2
https://github.com/evcc-io/evcc/releases/tag/0.121.0
https://github.com/evcc-io/evcc/releases/tag/0.121.1
https://github.com/evcc-io/evcc/releases/tag/0.121.2
2023-10-23 14:34:48 +02:00
Martin Weinelt
397f56d048
evcc: 0.120.1 -> 0.120.3
https://github.com/evcc-io/evcc/releases/tag/0.120.2
https://github.com/evcc-io/evcc/releases/tag/0.120.3
2023-09-29 19:35:36 +02:00
Martin Weinelt
6201b0ec9f
evcc: 0.118.11 -> 0.119.5
https://github.com/evcc-io/evcc/releases/tag/0.119.0
https://github.com/evcc-io/evcc/releases/tag/0.119.1
https://github.com/evcc-io/evcc/releases/tag/0.119.2
https://github.com/evcc-io/evcc/releases/tag/0.119.3
https://github.com/evcc-io/evcc/releases/tag/0.119.4
https://github.com/evcc-io/evcc/releases/tag/0.119.5
https://github.com/evcc-io/evcc/releases/tag/0.120.0
https://github.com/evcc-io/evcc/releases/tag/0.120.1
2023-09-23 00:49:41 +02:00
R. Ryantm
df140c2feb evcc: 0.118.10 -> 0.118.11 2023-08-07 05:55:29 +00:00