Skip to content

Commit e7b6c4b

Browse files
committed
tools: bump nixpkgs
1 parent 5d01987 commit e7b6c4b

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

0 commit comments

Comments
 (0)