Skip to content

Commit 135579b

Browse files
authored
devcontainer: 0.65.0 -> 0.71.0 (#342341)
2 parents 1a3ed96 + b2cb588 commit 135579b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/de/devcontainer/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
}:
1515
stdenv.mkDerivation (finalAttrs: {
1616
pname = "devcontainer";
17-
version = "0.65.0";
17+
version = "0.71.0";
1818

1919
src = fetchFromGitHub {
2020
owner = "devcontainers";
2121
repo = "cli";
2222
rev = "refs/tags/v${finalAttrs.version}";
23-
hash = "sha256-Q1qQjIRyOeFr8qrZJZ1IkO12RM2hp4IxI1NI7WqpmZA=";
23+
hash = "sha256-plIDK5nOvLKFlRVlPHgpjHPhIh0NAWHmbaKsnYCU/7k=";
2424
};
2525

2626
yarnOfflineCache = fetchYarnDeps {
2727
yarnLock = "${finalAttrs.src}/yarn.lock";
28-
hash = "sha256-tN7qAvfYmDz5ZtgZL5+ZZtkuxZxvlS9FM3+dGl+daUQ=";
28+
hash = "sha256-KSVr6RlBEeDAo8D+7laTN+pSH8Ukl6WTpeAULuG2fq8=";
2929
};
3030

3131
nativeBuildInputs = [

0 commit comments

Comments
 (0)