trying to fix niri hashes

This commit is contained in:
twoneis 2023-11-17 21:30:46 +01:00
parent e7486466fd
commit fee9889d81
2 changed files with 160 additions and 481 deletions

File diff suppressed because it is too large Load diff

View file

@ -13,13 +13,13 @@
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
pname = "niri"; pname = "niri";
version = "unstable-2023-10-31"; version = "unstable-2023-11-17";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "YaLTeR"; owner = "YaLTeR";
repo = "niri"; repo = "niri";
rev = "8679eaf34a791fcbb3048a77cfb22540a0d24792"; rev = "19cafffe0f3f1eefc6984dc446134b0fd93d1e28";
hash = "sha256-QYH3sG1TKJbKBeZdI9FtmJuY5DFmMdOJviYPrPK8FHo="; hash = "sha256-mDeJh3N6Zt3FNpyFmRkY8zOLIBad3CoV45WjB+RUkhA=";
}; };
cargoLock = { cargoLock = {