Skip to content

Commit ce33526

Browse files
authored
Merge pull request #323409 from joshspicer/devcontainer/0.65.0
devcontainer: 0.64.0 -> 0.65.0
2 parents 3e1871e + cf2f789 commit ce33526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

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

2626
yarnOfflineCache = fetchYarnDeps {

0 commit comments

Comments
 (0)