We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a3ed96 + b2cb588 commit 135579bCopy full SHA for 135579b
pkgs/by-name/de/devcontainer/package.nix
@@ -14,18 +14,18 @@
14
}:
15
stdenv.mkDerivation (finalAttrs: {
16
pname = "devcontainer";
17
- version = "0.65.0";
+ version = "0.71.0";
18
19
src = fetchFromGitHub {
20
owner = "devcontainers";
21
repo = "cli";
22
rev = "refs/tags/v${finalAttrs.version}";
23
- hash = "sha256-Q1qQjIRyOeFr8qrZJZ1IkO12RM2hp4IxI1NI7WqpmZA=";
+ hash = "sha256-plIDK5nOvLKFlRVlPHgpjHPhIh0NAWHmbaKsnYCU/7k=";
24
};
25
26
yarnOfflineCache = fetchYarnDeps {
27
yarnLock = "${finalAttrs.src}/yarn.lock";
28
- hash = "sha256-tN7qAvfYmDz5ZtgZL5+ZZtkuxZxvlS9FM3+dGl+daUQ=";
+ hash = "sha256-KSVr6RlBEeDAo8D+7laTN+pSH8Ukl6WTpeAULuG2fq8=";
29
30
31
nativeBuildInputs = [
0 commit comments