Skip to content

Commit 759c8fb

Browse files
tools: update nixpkgs-unstable to ab9fbbcf4858bd6d40ba2bbec37ceb4ab6e
1 parent b7bf7fe commit 759c8fb

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

0 commit comments

Comments
 (0)