niri: 25.08 -> 25.11 (#466213)

This commit is contained in:
Marcus Ramberg
2025-11-29 13:21:10 +00:00
committed by GitHub
+5 -5
View File
@@ -4,7 +4,7 @@
eudev,
fetchFromGitHub,
installShellFiles,
libdisplay-info_0_2,
libdisplay-info,
libglvnd,
libinput,
libxkbcommon,
@@ -27,13 +27,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "niri";
version = "25.08";
version = "25.11";
src = fetchFromGitHub {
owner = "YaLTeR";
repo = "niri";
tag = "v${finalAttrs.version}";
hash = "sha256-RLD89dfjN0RVO86C/Mot0T7aduCygPGaYbog566F0Qo=";
hash = "sha256-FC9eYtSmplgxllCX4/3hJq5J3sXWKLSc7at8ZUxycVw=";
};
outputs = [
@@ -47,7 +47,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
--replace-fail '/usr/bin' "$out/bin"
'';
cargoHash = "sha256-lR0emU2sOnlncN00z6DwDIE2ljI+D2xoKqG3rS45xG0=";
cargoHash = "sha256-X28M0jyhUtVtMQAYdxIPQF9mJ5a77v8jw1LKaXSjy7E=";
strictDeps = true;
@@ -58,7 +58,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
];
buildInputs = [
libdisplay-info_0_2
libdisplay-info
libglvnd # For libEGL
libinput
libxkbcommon