Merge pull request #323409 from joshspicer/devcontainer/0.65.0

devcontainer: 0.64.0 -> 0.65.0
This commit is contained in:
Masum Reza
2024-06-29 22:38:41 +05:30
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "devcontainer";
version = "0.64.0";
version = "0.65.0";
src = fetchFromGitHub {
owner = "devcontainers";
repo = "cli";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-kO5bRLbHNObDLGURrEgNLK70ml2FVDQioLa8cbBBurk=";
hash = "sha256-Q1qQjIRyOeFr8qrZJZ1IkO12RM2hp4IxI1NI7WqpmZA=";
};
yarnOfflineCache = fetchYarnDeps {