devcontainer: 0.60.0 -> 0.64.0

This commit is contained in:
Gerg-L 2024-06-11 23:36:42 -04:00
parent 0fb423a3b5
commit d57eb80a35
No known key found for this signature in database

View File

@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "devcontainer";
version = "0.60.0";
version = "0.64.0";
src = fetchFromGitHub {
owner = "devcontainers";
repo = "cli";
rev = "v${finalAttrs.version}";
hash = "sha256-/QznJhw+DYwnj/kdP6f4liJlOFhNQO0y7r4i55bJPug=";
hash = "sha256-kO5bRLbHNObDLGURrEgNLK70ml2FVDQioLa8cbBBurk=";
};
yarnOfflineCache = fetchYarnDeps {