Unverified Commit a4f4624c authored by Heitor Augusto's avatar Heitor Augusto
Browse files

nixd: 2.6.0 -> 2.6.1

parent fdc00ec0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

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

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

    nativeBuildInputs = [