Peder Bergebakken Sundt
d11bc6af78
spade: 0.9.0 -> 0.10.0
...
Changelog: https://gitlab.com/spade-lang/spade/-/blob/v0.10.0/CHANGELOG.md
2024-09-25 01:11:00 +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
Aleksana
3ab5b38c1f
spl: init at 0.3.2 ( #340203 )
2024-09-19 17:25:07 +08:00
Azat Bahawi
e6cfe7821d
spoofdpi: 0.11.1 -> 0.12.0 ( #340525 )
2024-09-16 19:06:11 +00:00
R. Ryantm
f15b995651
spacectl: 1.0.1 -> 1.5.0
2024-09-16 03:03:57 +00:00
Peder Bergebakken Sundt
9ef4e81f58
spacectl: init at 1.0.1 ( #325033 )
2024-09-16 00:10:01 +02:00
TomaSajt
d6725bb4e3
spotube: 3.8.0 -> 3.8.1, fix webview
2024-09-15 16:29:25 +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
Nick Cao
1d9332dfe7
spacedrive: 0.3.1 -> 0.4.2 ( #340739 )
2024-09-12 19:11:30 -04:00
Honnip
7817e3d3da
spicetify-cli: 2.37.7 -> 2.38.3
2024-09-11 11:58:45 +09:00
R. Ryantm
276a3f2a71
sploitscan: 0.10.5 -> 0.11.0
2024-09-09 22:25:35 +00:00
Weijia Wang
5a00073c26
spotube: 3.7.1 -> 3.8.0 ( #339705 )
2024-09-09 18:01:43 +02:00
DataHearth
f7c4a6b613
spacedrive: 0.3.1 -> 0.4.2
2024-09-09 12:28:44 +02:00
nebunebu
657bb5c424
spotube: 3.7.1 -> 3.8.0
2024-09-08 17:32:53 -04:00
hand7s
4175200f2c
spoofdpi: 0.11.1 -> 0.12.0
2024-09-08 17:12:45 +03:00
TudbuT
b4cc989874
spl: init at v0.3.2
...
https://git.tudbut.de/tudbut/spl - a scripting language
2024-09-08 13:01:55 +02:00
nixpkgs-merge-bot[bot]
e215d870e0
spotifyd: 0.3.5-unstable-2024-08-13 -> 0.3.5-unstable-2024-09-05 ( #340387 )
2024-09-08 02:10:41 +00:00
Doron Behar
43c41b03b5
splash: init at 3.10.3 ( #336295 )
2024-09-07 22:17:25 +00:00
R. Ryantm
eaec79b5bd
spotifyd: 0.3.5-unstable-2024-08-13 -> 0.3.5-unstable-2024-09-05
2024-09-07 21:44:11 +00:00
Alyssa Ross
f48ddf4ba9
treewide: remove uses of deprecated Rust functions
...
speakersafetyd was using the wrong one, so I've fixed it while I was
here.
2024-09-02 21:48:21 +02:00
Doron Behar
30fc5dbebd
splash: init at 3.10.3
2024-09-01 00:23:16 +03:00
Nick Cao
b5f465a02f
spicetify-cli: 2.37.4 -> 2.37.7 ( #338460 )
2024-08-31 09:31:53 -04:00
Sebastián Mancilla
4b52ee1214
spirit: 0-unstable-2024-05-24 -> 0.5.0 ( #332140 )
2024-08-30 20:58:03 -04:00
R. Ryantm
21bbdfc81a
spicetify-cli: 2.37.4 -> 2.37.7
2024-08-30 19:28:13 +00:00
hand7s
39190e44d4
spoofdpi: init at 0.10.12
...
Co-authored-by: Radik Islamov <vizid1337@gmail.com>
2024-08-29 21:44:37 +03:00
Aaron Jheng
4821cd6d5f
spirit: 0-unstable-2024-05-24 -> 0.5.0
2024-08-29 10:51:59 +00:00
Ryan Omasta
d72b185df4
spicetify-cli: 2.37.2 -> 2.37.4
2024-08-25 15:09:28 -06:00
R. Ryantm
b258ab7b92
spicetify-cli: 2.37.1 -> 2.37.2
2024-08-25 02:40:18 +00:00
Becker A.
a7d066ea4b
spade: enable build on darwin ( #335520 )
2024-08-19 22:05:17 +02:00
Nick Cao
76d7f78b32
Merge pull request #334584 from r-ryantm/auto-update/spicetify-cli
...
spicetify-cli: 2.37.0 -> 2.37.1
2024-08-14 15:06:26 -04:00
seth
c27c804e4c
spotifyd: 0.3.5-unstable-2024-07-10 -> 0.3.5-unstable-2024-08-13
...
Fixes building against Rust 1.80.0
2024-08-14 13:38:51 +02:00
R. Ryantm
b6b0d707a9
spicetify-cli: 2.37.0 -> 2.37.1
2024-08-14 09:46:25 +00:00
R. Ryantm
8a2609dd2d
sploitscan: 0.10.4 -> 0.10.5
2024-08-13 20:08:08 +00:00
Nick Cao
1f27835c56
Merge pull request #332895 from r-ryantm/auto-update/spicetify-cli
...
spicetify-cli: 2.36.15 -> 2.37.0
2024-08-09 18:14:38 -04:00
Florian Klink
cc1f1f6da0
speakersafetyd: 0.1.9 -> 1.0.0
...
They had a stable release, and fixed the Rust 1.80 regression too.
See https://github.com/NixOS/nixpkgs/issues/332957
Also add myself as maintainer.
2024-08-09 22:26:55 +03:00
Peder Bergebakken Sundt
ea08d0dede
Merge pull request #331770 from pbsds/fix-sourceRoot-1722602716
...
treewide: use src.name in sourceRoot
2024-08-09 04:41:06 +02:00
Guilhem Saurel
e006f8483e
spral: init at 2024.05.08
2024-08-08 01:08:11 +02:00
R. Ryantm
939d067afb
spicetify-cli: 2.36.15 -> 2.37.0
2024-08-07 04:32:14 +00:00
Peder Bergebakken Sundt
a0396ab411
treewide: use src.name in sourceRoot
2024-08-02 14:56:50 +02:00
Sigmanificient
61fe0c0416
pkgs/by-name: remove unused arguments
2024-07-26 10:11:07 +02:00
R. Ryantm
b52e1d82de
sploitscan: 0.10.3 -> 0.10.4
2024-07-25 05:37:51 +00:00
Nick Cao
4c3b87ce7c
Merge pull request #328018 from ereslibre/add-aarch64-spice-autorandr
...
spice-autorandr: add all linux platforms
2024-07-20 15:16:09 -04:00
Nick Cao
ebfa068fcb
Merge pull request #328344 from r-ryantm/auto-update/spicetify-cli
...
spicetify-cli: 2.36.14 -> 2.36.15
2024-07-19 18:17:20 -04:00
Peder Bergebakken Sundt
a0691657e9
Merge pull request #324601 from pbsds/bump-spade-1720108289
...
spade: 0.8.0 -> 0.9.0
2024-07-19 14:44:13 +02:00
Rafael Fernández López
c994033a5e
spice-autorandr: add all linux platforms
2024-07-19 10:19:48 +02:00
R. Ryantm
1859b7d8b0
spicetify-cli: 2.36.14 -> 2.36.15
2024-07-19 04:11:22 +00:00
Masum Reza
08c92c831d
Merge pull request #326670 from getchoo/pkgs/spotifyd/adopt
...
spotifyd: 0.3.5-unstable-2024-02-18 -> 0.3.5-unstable-2024-07-10; enable `withKeyring` by default; refactor
2024-07-16 09:58:26 +05:30
seth
93a6079c14
spotifyd: only use dbus on linux
2024-07-15 12:46:35 -04:00
Aleksana
50417bcb44
Merge pull request #322529 from getchoo/pkgs/spot/adopt
...
spot: adopt; refactor; add missing deps
2024-07-15 15:53:14 +08:00
seth
b0df3a330f
spotifyd: enable withKeyring
by default
...
This is a standard feature described in documentation and very useful in
configuring spotify declaratively without leaking secrets
2024-07-12 18:26:47 -04:00