Merge pull request #330206 from redyf/update-nixd

nixd: 2.2.3 -> 2.3.0
This commit is contained in:
Atemu 2024-07-28 03:01:58 +02:00 committed by GitHub
commit bf29019bd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,22 +16,24 @@
nlohmann_json,
pkg-config,
testers,
python3,
}:
let
common = rec {
version = "2.2.3";
version = "2.3.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixd";
rev = version;
hash = "sha256-1i4U012vqw84NuD5cjgfVX/he4vW9MyEeIetJ55g280=";
hash = "sha256-iB6Hc3kgtsZ360JlAhPqCRWFTf3tawHEKYAeYt7DM4E=";
};
nativeBuildInputs = [
meson
ninja
python3
pkg-config
];
@ -49,6 +51,7 @@ let
inclyc
Ruixi-rebirth
aleksana
redyf
];
platforms = lib.platforms.unix;
};