Unverified Commit 129c86f5 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

nixd: 2.6.2 -> 2.6.3 (#397454)

parents dab08e92 34dec3f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

let
  common = rec {
    version = "2.6.2";
    version = "2.6.3";

    src = fetchFromGitHub {
      owner = "nix-community";
      repo = "nixd";
      tag = version;
      hash = "sha256-kxCUBgdIulW68H0ATOXsWp5977HFIF7wTw3qYYfgCAQ=";
      hash = "sha256-Gd7VFyQ/ayw0NI72sdZ1wFuXaxlIPWyE31Kl53d3zB4=";
    };

    nativeBuildInputs = [