about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/depot-nixpkgs-update.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depot-nixpkgs-update.nix b/tools/depot-nixpkgs-update.nix
index 2475ca2e23..6557b2f25a 100644
--- a/tools/depot-nixpkgs-update.nix
+++ b/tools/depot-nixpkgs-update.nix
@@ -5,7 +5,7 @@ let
     getBins
     ;
 
-  stableRelease = "21.05";
+  stableRelease = "21.11";
 
   channelsUrl = "https://channels.nixos.org";
   archiveUrl = "https://github.com/NixOS/nixpkgs/archive/";