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

devcontainer: 0.83.0 -> 0.84.0 (#492156)

parents fad1d272 372c4b3d
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.83.0";
  version = "0.84.0";

  src = fetchFromGitHub {
    owner = "devcontainers";
    repo = "cli";
    tag = "v${finalAttrs.version}";
    hash = "sha256-rFp7u+swJdA3wKR6bAfPUIXomwyN5v1oKfu/Y/hflx0=";
    hash = "sha256-gXhGMMSTBEK5uwtTjc/NxUiaW8unjAihbLsH6qM8ukk=";
  };

  yarnOfflineCache = fetchYarnDeps {
    yarnLock = "${finalAttrs.src}/yarn.lock";
    hash = "sha256-aVjhIb46CjUS+IEfS5O7I2apAC51UfjPj16q/GNsIzI=";
    hash = "sha256-yTetnr4Z1qqSPwfQHuR7uqQpDFPFHlGu6+//yoIx1jA=";
  };

  nativeBuildInputs = [