From d496b62553c34dee9ec9f572b4004ebbd6f803cd Mon Sep 17 00:00:00 2001 From: Mukilan Thiyagarajan Date: Tue, 25 Mar 2025 17:04:57 +0530 Subject: [PATCH] build: bump nixpkgs to nixos-unstable (#36140) This fixes an issue with cargo-deny 0.16.3 that causes all crates to be reported as "yanked" even though they are not. This patch upgrades cargo-deny to 0.18.2 which works correctly. Signed-off-by: Mukilan Thiyagarajan --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index b5f789c603d..bec1eb3c621 100644 --- a/shell.nix +++ b/shell.nix @@ -5,7 +5,7 @@ buildAndroid ? false }: with import (builtins.fetchTarball { - url = "https://github.com/NixOS/nixpkgs/archive/5d67ea6b4b63378b9c13be21e2ec9d1afc921713.tar.gz"; + url = "https://github.com/NixOS/nixpkgs/archive/1e5b653dff12029333a6546c11e108ede13052eb.tar.gz"; }) { overlays = [ (import (builtins.fetchTarball {