Skip to content

Commit ed11a54

Browse files
tools: update nixpkgs-unstable to c6d65881c5624c9cae5ea6cedef24699b0c
1 parent 13e90d0 commit ed11a54

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 = "01fbdeef22b76df85ea168fbfe1bfd9e63681b30";
4+
rev = "c6d65881c5624c9cae5ea6cedef24699b0c0a4c0";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "0b76m4i1sn0dg78ylapvbkgw9knkf6lm1lss39w6zyshgv1rbi0q";
7+
sha256 = "1yf4qv3scjygdkg67nibrhbddg3154mv9cxffvykmwcrwfcrrlaq";
88
}) arg;
99
in
1010
nixpkgs

0 commit comments

Comments
 (0)