Skip to content

Commit 2696391

Browse files
tools: update nixpkgs-unstable to 3edc4a30ed3903fdf6f90c837f961fa6b49
PR-URL: #61188 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 6de0f0c commit 2696391

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎tools/nix/pkgs.nix‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
arg:
22
let
33
repo="https://github.com/NixOS/nixpkgs";
4-
rev="7d853e518814cca2a657b72eeba67ae20ebf7059";
4+
rev="3edc4a30ed3903fdf6f90c837f961fa6b49582d1";
55
nixpkgs=import(builtins.fetchTarball{
66
url="${repo}/archive/${rev}.tar.gz";
7-
sha256="0hsqizh6kqp27gywdl33rpjclz8lls8s757qwa5qkbjb9an0dxlp";
7+
sha256="0ajsdd3m4qz8mpimfcrawx81cqj8s5ypnkrxpwy7icj9j8gcpksa";
88
})arg;
99
in
1010
nixpkgs

0 commit comments

Comments
 (0)