Skip to content

Commit ba05a66

Browse files
tools: update nixpkgs-unstable to be5afa0fcb31f0a96bf9ecba05a516c66fc
PR-URL: #61420 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent a359446 commit ba05a66

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 = "3146c6aa9995e7351a398e17470e15305e6e18ff";
4+
rev = "be5afa0fcb31f0a96bf9ecba05a516c66fcd8114";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "165ql727hrcjz3zwsah18zclf5znfry7dc042qxc2zixsqqzah7a";
7+
sha256 = "0jm942f32ih264hmna7rhjn8964sid0sn53jwrpc73s2vyvqs7kc";
88
}) arg;
99
in
1010
nixpkgs

0 commit comments

Comments
 (0)