niri: 25.01 -> 25.02

This commit is contained in:
Defelo
2025-02-22 10:14:08 +01:00
parent 06ffbbc862
commit 61ffcdafa9
+3 -5
View File
@@ -24,13 +24,13 @@
rustPlatform.buildRustPackage rec {
pname = "niri";
version = "25.01";
version = "25.02";
src = fetchFromGitHub {
owner = "YaLTeR";
repo = "niri";
tag = "v${version}";
hash = "sha256-AJ1rlgNOPb3/+DbS5hkhm21t6Oz8IgqLllwmZt0lyzk=";
hash = "sha256-mTTHA0RAaQcdYe+9A3Jx77cmmyLFHmRoZdd8RpWa+m8=";
};
postPatch = ''
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
'';
useFetchCargoVendor = true;
cargoHash = "sha256-eGI3i7FnjZGEfcGvEpNLOog8cgExBJuGoXM/oHsui0M=";
cargoHash = "sha256-xUjBQ65INi5qD7s5SpPw9TISgY6I3bjjUBmpubvM43I=";
strictDeps = true;
@@ -104,8 +104,6 @@ rustPlatform.buildRustPackage rec {
preCheck = ''
export XDG_RUNTIME_DIR=$(mktemp -d)
# See https://github.com/YaLTeR/niri/issues/953
export RAYON_NUM_THREADS=1
'';
passthru = {