mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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 <mukilan@igalia.com>
This commit is contained in:
parent
3b293f4949
commit
d496b62553
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue