nixd: 2.2.3 -> 2.3.0

https://github.com/nix-community/nixd/releases/tag/2.3.0
This commit is contained in:
redyf
2024-07-27 18:30:38 -03:00
parent 45cbf8d42f
commit 889263cb4d
@@ -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
];