niri: 0.1.8 -> 0.1.9
This commit is contained in:
Generated
+320
-278
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, nix-update-script
|
||||
, pkg-config
|
||||
, libdisplay-info
|
||||
, libxkbcommon
|
||||
, pango
|
||||
, pipewire
|
||||
@@ -20,19 +21,19 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "niri";
|
||||
version = "0.1.8";
|
||||
version = "0.1.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "YaLTeR";
|
||||
repo = "niri";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-13xynDWoOqogUKZTf6lz267hEQGdCE+BE6acs2G3j8k=";
|
||||
hash = "sha256-4YDrKMwXGVOBkeaISbxqf24rLuHvO98TnqxWYfgiSeg=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"smithay-0.3.0" = "sha256-4lmCbdW+fOnPWEDAbKk4LFcr9KK+akjUJqiwm0pK8Uw=";
|
||||
"smithay-0.3.0" = "sha256-/3BO66yVoo63+5rwrZzoxhSTncvLyHdvtSaApFj3fBg=";
|
||||
"libspa-0.8.0" = "sha256-R68TkFbzDFA/8Btcar+0omUErLyBMm4fsmQlCvfqR9o=";
|
||||
};
|
||||
};
|
||||
@@ -48,6 +49,7 @@ rustPlatform.buildRustPackage rec {
|
||||
wayland
|
||||
systemd # For libudev
|
||||
seatd # For libseat
|
||||
libdisplay-info
|
||||
libxkbcommon
|
||||
libinput
|
||||
mesa # For libgbm
|
||||
|
||||
Reference in New Issue
Block a user