Merge pull request #305591 from sodiboo/niri

niri: 0.1.4 -> 0.1.5
This commit is contained in:
Weijia Wang 2024-04-20 23:57:37 +02:00 committed by GitHub
commit e73004a744
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 9 deletions

View File

@ -2138,7 +2138,7 @@ dependencies = [
[[package]]
name = "niri"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"anyhow",
"arrayvec",
@ -2183,7 +2183,7 @@ dependencies = [
[[package]]
name = "niri-config"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"bitflags 2.5.0",
"csscolorparser",
@ -2198,15 +2198,16 @@ dependencies = [
[[package]]
name = "niri-ipc"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"clap",
"serde",
"serde_json",
]
[[package]]
name = "niri-visual-tests"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"anyhow",
"gtk4",
@ -3115,7 +3116,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "smithay"
version = "0.3.0"
source = "git+https://github.com/Smithay/smithay.git#e5f006818df7ebb92d206985f45e713ba1e9c1c9"
source = "git+https://github.com/Smithay/smithay.git#c5e9a697e41f50dc56b918d9ef1e3d2e52c84ac0"
dependencies = [
"appendlist",
"bitflags 2.5.0",
@ -3187,7 +3188,7 @@ dependencies = [
[[package]]
name = "smithay-drm-extras"
version = "0.1.0"
source = "git+https://github.com/Smithay/smithay.git#e5f006818df7ebb92d206985f45e713ba1e9c1c9"
source = "git+https://github.com/Smithay/smithay.git#c5e9a697e41f50dc56b918d9ef1e3d2e52c84ac0"
dependencies = [
"drm",
"edid-rs",

View File

@ -20,19 +20,19 @@
rustPlatform.buildRustPackage rec {
pname = "niri";
version = "0.1.4";
version = "0.1.5";
src = fetchFromGitHub {
owner = "YaLTeR";
repo = "niri";
rev = "v${version}";
hash = "sha256-lkGIQIMWfg71UOkT/TST8O6hD0IfslENj6oFPevUGl4=";
hash = "sha256-YuYowUw5ecPa78bhT72zY2b99wn68mO3vVkop8hnb8M=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"smithay-0.3.0" = "sha256-bWan2DCyMvEC8ZQPwM+XpuOGkOZ/RdDV+LmRCN8UAuc=";
"smithay-0.3.0" = "sha256-1ANERwRG7Uwe1gSm6zQnEMQlpRrGSFP8mp6JItzjz0k=";
};
};