Skip to content

Commit 6ebd6b9

Browse files
tools: update nixpkgs-unstable to b3da656039dc7a6240f27b2ef8cc6a3ef3b
1 parent facd71e commit 6ebd6b9

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

0 commit comments

Comments
 (0)