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

Merge pull request #333708 from DSOverlord/niri

niri: 0.1.7 -> 0.1.8
This commit is contained in:
lassulus 2024-08-14 23:11:16 +02:00 committed by GitHub
commit 859e0ed8a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 616 additions and 401 deletions

File diff suppressed because it is too large Load diff

View file

@ -20,19 +20,20 @@
rustPlatform.buildRustPackage rec {
pname = "niri";
version = "0.1.7";
version = "0.1.8";
src = fetchFromGitHub {
owner = "YaLTeR";
repo = "niri";
rev = "v${version}";
hash = "sha256-EdlOGL9RdO77HnZxv2UpPwrJdFH8qPrPSRtkBBV167s=";
hash = "sha256-13xynDWoOqogUKZTf6lz267hEQGdCE+BE6acs2G3j8k=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"smithay-0.3.0" = "sha256-K1lguY6f1mbrfxkDNeLlNAXSM9JC8Jm61MyBIsIYiNs=";
"smithay-0.3.0" = "sha256-4lmCbdW+fOnPWEDAbKk4LFcr9KK+akjUJqiwm0pK8Uw=";
"libspa-0.8.0" = "sha256-R68TkFbzDFA/8Btcar+0omUErLyBMm4fsmQlCvfqR9o=";
};
};
@ -62,7 +63,7 @@ rustPlatform.buildRustPackage rec {
libglvnd # For libEGL
];
passthru.providedSessions = ["niri"];
passthru.providedSessions = [ "niri" ];
postPatch = ''
patchShebangs ./resources/niri-session