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

nixd: 2.3.2 -> 2.4.0 (#345050)

parents 168b7864 373008cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

let
  common = rec {
    version = "2.3.2";
    version = "2.4.0";

    src = fetchFromGitHub {
      owner = "nix-community";
      repo = "nixd";
      rev = version;
      hash = "sha256-ffHLKHpqgVlYLGQ/Dc/6hW/inA98QdMJiv/fT2IrH7c=";
      hash = "sha256-8F97zAu+icDC9ZYS7m+Y58oZQ7R3gVuXMvzAfgkVmJo=";
    };

    nativeBuildInputs = [