devcontainer: 0.83.0 -> 0.84.0 (#492156)

This commit is contained in:
nixpkgs-ci[bot] 2026-03-07 20:01:12 +00:00 committed by GitHub
commit 3d6a404623
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,18 +16,18 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "devcontainer"; pname = "devcontainer";
version = "0.83.0"; version = "0.84.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "devcontainers"; owner = "devcontainers";
repo = "cli"; repo = "cli";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-rFp7u+swJdA3wKR6bAfPUIXomwyN5v1oKfu/Y/hflx0="; hash = "sha256-gXhGMMSTBEK5uwtTjc/NxUiaW8unjAihbLsH6qM8ukk=";
}; };
yarnOfflineCache = fetchYarnDeps { yarnOfflineCache = fetchYarnDeps {
yarnLock = "${finalAttrs.src}/yarn.lock"; yarnLock = "${finalAttrs.src}/yarn.lock";
hash = "sha256-aVjhIb46CjUS+IEfS5O7I2apAC51UfjPj16q/GNsIzI="; hash = "sha256-yTetnr4Z1qqSPwfQHuR7uqQpDFPFHlGu6+//yoIx1jA=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [