Merge pull request #312746 from sodiboo/niri

niri: 0.1.5 -> 0.1.6
This commit is contained in:
Nick Cao
2024-05-19 11:04:12 -04:00
committed by GitHub
2 changed files with 379 additions and 306 deletions
+376 -302
View File
File diff suppressed because it is too large Load Diff
+3 -4
View File
@@ -13,26 +13,25 @@
, mesa
, fontconfig
, libglvnd
, libclang
, autoPatchelfHook
, clang
}:
rustPlatform.buildRustPackage rec {
pname = "niri";
version = "0.1.5";
version = "0.1.6";
src = fetchFromGitHub {
owner = "YaLTeR";
repo = "niri";
rev = "v${version}";
hash = "sha256-YuYowUw5ecPa78bhT72zY2b99wn68mO3vVkop8hnb8M=";
hash = "sha256-MJh0CR2YHJE0GNnxaTcElNMuZUEI0pe9fvC0mfy4484=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"smithay-0.3.0" = "sha256-1ANERwRG7Uwe1gSm6zQnEMQlpRrGSFP8mp6JItzjz0k=";
"smithay-0.3.0" = "sha256-UzX5pws8yxJhXdKIDzu6uw+PlVLRS9U9ZAfQovKv0w0=";
};
};