Unverified Commit 10d6acbd authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

devcontainer: 0.84.1 -> 0.85.0 (#505897)

parents 8d8c1fa5 c0af0aa0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,18 +16,18 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "devcontainer";
  version = "0.84.1";
  version = "0.85.0";

  src = fetchFromGitHub {
    owner = "devcontainers";
    repo = "cli";
    tag = "v${finalAttrs.version}";
    hash = "sha256-kQcAYachBjzSFK40L4RGDBB9xU0lUlsMHQWvAWgZ06w=";
    hash = "sha256-NYRnc6yXMDspb9bXMlxDUqYaH6Dp/Kmo6VgAQ0kDh+c=";
  };

  yarnOfflineCache = fetchYarnDeps {
    yarnLock = "${finalAttrs.src}/yarn.lock";
    hash = "sha256-gPkGWRozLlNYV8WVaC8ZCIkJr09R6nGRKjCDKJWbgXY=";
    hash = "sha256-py5ArB/mqWCu2bKWJB83kT+my6nn/FU9FPOSjbxwbL4=";
  };

  nativeBuildInputs = [