Commit 34dec3f6 authored by R. RyanTM's avatar R. RyanTM
Browse files

nixt: 2.6.2 -> 2.6.3

parent b1dd7557
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 = [