Skip to content

Commit 27c03cf

Browse files
tools: update nixpkgs-unstable to cbb5cf358f50aa6acc9efd6113b7bcfbc35
1 parent 2adaeee commit 27c03cf

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 = "e9a7635a57597d9754eccebdfc7045e6c8600e6b";
4+
rev = "cbb5cf358f50aa6acc9efd6113b7bcfbc352cd73";
55
nixpkgs = import (builtins.fetchTarball {
66
url = "${repo}/archive/${rev}.tar.gz";
7-
sha256 = "1515byrd40ylb3z258g4f9mmhn1v608dvmxi8acci8vz4zzr99dv";
7+
sha256 = "005lz0rdsj188j63zyim4pkxadqcq276x7w9727ymb2av7awczi1";
88
}) arg;
99
in
1010
nixpkgs

0 commit comments

Comments
 (0)