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