1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

niri: 0.1.6 -> 0.1.7

This commit is contained in:
sodiboo 2024-06-29 19:08:30 +02:00
parent eb1ba314af
commit 4f77191502
2 changed files with 515 additions and 279 deletions

File diff suppressed because it is too large Load diff

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=";
};
};