Unverified Commit 9f12e216 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

devcontainer: 0.76.0 -> 0.77.0 (#416917)

parents e422a0c1 f2e55c17
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,18 +19,18 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "devcontainer";
  version = "0.76.0";
  version = "0.77.0";

  src = fetchFromGitHub {
    owner = "devcontainers";
    repo = "cli";
    tag = "v${finalAttrs.version}";
    hash = "sha256-yTXAzyvkPO/7Xg+F4+hlLkyTpGHAqW3/3scJElfDfxA=";
    hash = "sha256-/DImAFCz46lrlVtD/Ftrytz/tqsPgtPuWhjLomlmh5k=";
  };

  yarnOfflineCache = fetchYarnDeps {
    yarnLock = "${finalAttrs.src}/yarn.lock";
    hash = "sha256-4NaZEA00dNPHAb7pcasufKf/4b8ufwS2lNS+a0rxbv8=";
    hash = "sha256-S4aBRGtrSVAE6Er9DZqGfpBGh8tEJVqTstWrqlAONBg=";
  };

  nativeBuildInputs = [