about summary refs log tree commit diff
path: root/pkgs/by-name
diff options
context:
space:
mode:
authorJosh Spicer <josh@joshspicer.com>2024-06-29 09:15:25 -0700
committerGitHub <noreply@github.com>2024-06-29 09:15:25 -0700
commitcf2f7895b74473d197e7b877ce8807f766747414 (patch)
tree01933b463ef3818af23abee06d35000a3e96ccfa /pkgs/by-name
parentecd9a5753a5078132dc9bfb95902abecbed31eef (diff)
devcontainer: 0.64.0 -> 0.65.0
Increments the devcontainer CLI from 0.64.0 to 0.65.0.

Changelog: https://github.com/devcontainers/cli/blob/main/CHANGELOG.md#0650

(Awesome jobs, @Rucadi @Gerg-L ! I opened my laptop today to finally resurrect #276208, only to see the work had already been done 🎉 )

_Creating a new pull request as the commit message was incorrect, apologies for that._
Diffstat (limited to 'pkgs/by-name')
-rw-r--r--pkgs/by-name/de/devcontainer/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/de/devcontainer/package.nix b/pkgs/by-name/de/devcontainer/package.nix
index 5d80b7a9576a6..58dff97c8bee1 100644
--- a/pkgs/by-name/de/devcontainer/package.nix
+++ b/pkgs/by-name/de/devcontainer/package.nix
@@ -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 {