nixd: 1.2.2 -> 1.2.3

Changelog: https://github.com/nix-community/nixd/releases/tag/1.2.3
This commit is contained in:
Mario Rodas 2024-02-02 04:20:00 +00:00
parent 55ae7c58f3
commit e560be4d16

View File

@ -5,6 +5,7 @@
, bison
, boost182
, flex
, fmt
, gtest
, libbacktrace
, lit
@ -18,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "nixd";
version = "1.2.2";
version = "1.2.3";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixd";
rev = version;
hash = "sha256-W44orkPZQ9gDUTogb8YVIaw4WHzUA+ExOXhTnZlJ6yY=";
hash = "sha256-i/z5VnsWPWloQfdk48i+a4XaGnTMPJ6QougChkT9IWw=";
};
mesonBuildType = "release";
@ -45,6 +46,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libbacktrace
nix
fmt
gtest
boost182
llvmPackages.llvm