Skip to content

Commit 3e32a13

Browse files
tools: update nixpkgs-unstable to ab72be9733b41190ea34f1422a3e4e243ed
Signed-off-by: Filip Skokan <panva.ip@gmail.com> PR-URL: #62821 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent eb54e70 commit 3e32a13

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

tools/nix/pkgs.nix

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
11
arg:
22
let
33
repo = "https://github.com/NixOS/nixpkgs";
4-
rev = "13043924aaa7375ce482ebe2494338e058282925";
4+
rev = "ab72be9733b41190ea34f1422a3e4e243ede7533";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "1pbv1c3syp94rh147s2nhbzfcib01blz3s7g290m43s3nk71404z";
7+
sha256 = "1a720dxki2ymwiwdjn8awgpinigz5wsnxg2mmpy1s2b2wyy3gmz1";
88
}) arg;
99
in
1010
nixpkgs
11-
// {
12-
nixfmt-tree = nixpkgs.nixfmt-tree.overrideAttrs (old: {
13-
patches = (old.patches or [ ]) ++ [
14-
(nixpkgs.fetchpatch2 {
15-
url = "https://github.com/numtide/treefmt/commit/b96016b4e38ffc76518087b3b0c9bbfa190d5225.patch?full_index=1";
16-
revert = true;
17-
hash = "sha256-DcxT2OGPX6Kmxhqa56DjZsSh2hoyhPyVmE17ULeryv8=";
18-
})
19-
];
20-
});
21-
}

0 commit comments

Comments
 (0)