diff options
author | Vincent Ambo <mail@tazj.in> | 2021-12-27T08·29+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2021-12-27T13·29+0000 |
commit | 21e1ae3e69a0d019c5792ebb463877bd98c1d161 (patch) | |
tree | 9be7d6bc8a1975252bfe3cb483919cc1f88b43e2 /third_party/nixery | |
parent | 00adb6e8f347ea6fee328641c4413946a41af5a2 (diff) |
chore(3p/nixery): Bump Nixery to latest version r/3464
This includes a bunch of fixes by @jpetazzo on Github: - https://github.com/tazjin/nixery/pull/145 - https://github.com/tazjin/nixery/pull/146 - https://github.com/tazjin/nixery/pull/147 - https://github.com/tazjin/nixery/pull/148 Especially the last two have some impact on the Nixery UX and it's good to get them out. Change-Id: I8a2b429281f58bd32364448190a380f8e68775f9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4702 Tested-by: BuildkiteCI Autosubmit: tazjin <mail@tazj.in> Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to 'third_party/nixery')
-rw-r--r-- | third_party/nixery/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/nixery/default.nix b/third_party/nixery/default.nix index 9262f1461401..be3a9dfc1b7d 100644 --- a/third_party/nixery/default.nix +++ b/third_party/nixery/default.nix @@ -5,12 +5,12 @@ let inherit (depot.nix.readTree) drvTargets; - commit = "6c4a69fa4280f0154ce257a1dfd23fb463c1ec5b"; + commit = "601cd998077f77f257ad1a40fa488add8464650f"; src = pkgs.fetchFromGitHub { owner = "google"; repo = "nixery"; rev = commit; - sha256 = "0g1v7020vjiqa3k07cfm3jzg3gc6nl3hs3vyw4c9s5v0dmmhhsz4"; + sha256 = "195rz25y3hfxcmniysajzjg7g69qhz7w06lql8fn0dbcdcxsq6g4"; }; in drvTargets (import src { inherit pkgs; |