Unverified Commit bf19dfb3 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

nixf: 2.6.1 -> 2.6.2 (#391769)

parents 883821eb 9f9b5c7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

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

    src = fetchFromGitHub {
      owner = "nix-community";
      repo = "nixd";
      tag = version;
      hash = "sha256-HbHqog4Ct8qWJegAHcEcIVNbSyzrmrFspdOk+SVUaHI=";
      hash = "sha256-kxCUBgdIulW68H0ATOXsWp5977HFIF7wTw3qYYfgCAQ=";
    };

    nativeBuildInputs = [