Merge pull request #285783 from marsam/update-nixd

nixd: 1.2.2 -> 1.2.3
This commit is contained in:
Mario Rodas 2024-02-02 19:57:58 -05:00 committed by GitHub
commit 0822b2fef7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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