Commit e560be4d authored by Mario Rodas's avatar Mario Rodas
Browse files
parent 55ae7c58
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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