Unverified Commit e9935247 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

Merge pull request #308530 from qwqawawow/update-nixd

nixd: 2.1.0 -> 2.1.2
parents 1207b23c 0d48a17b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "nixd";
  version = "2.1.0";
  version = "2.1.2";

  src = fetchFromGitHub {
    owner = "nix-community";
    repo = "nixd";
    rev = finalAttrs.version;
    hash = "sha256-4CApj9noGfV31em2S4dDGy2BV++FR0FkYBBBh+q0JRk=";
    hash = "sha256-A6hoZ4fbWxd7Mx+r3e1HEw2IPaAn4WcMEIocy/ZCz28=";
  };

  mesonBuildType = "release";