Merge pull request #323420 from sodiboo/niri

niri: 0.1.6 -> 0.1.7
This commit is contained in:
Franz Pletz
2024-06-30 22:58:48 +02:00
committed by GitHub
2 changed files with 515 additions and 279 deletions
+512 -276
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -19,19 +19,19 @@
rustPlatform.buildRustPackage rec {
pname = "niri";
version = "0.1.6";
version = "0.1.7";
src = fetchFromGitHub {
owner = "YaLTeR";
repo = "niri";
rev = "v${version}";
hash = "sha256-MJh0CR2YHJE0GNnxaTcElNMuZUEI0pe9fvC0mfy4484=";
hash = "sha256-EdlOGL9RdO77HnZxv2UpPwrJdFH8qPrPSRtkBBV167s=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"smithay-0.3.0" = "sha256-UzX5pws8yxJhXdKIDzu6uw+PlVLRS9U9ZAfQovKv0w0=";
"smithay-0.3.0" = "sha256-K1lguY6f1mbrfxkDNeLlNAXSM9JC8Jm61MyBIsIYiNs=";
};
};