about summary refs log tree commit diff
path: root/third_party/buzz
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2021-07-16T19·13+0200
committersterni <sternenseemann@systemli.org>2021-07-28T12·10+0000
commit6b88df04c1986bf5c40433caa87f1dba8ce8971d (patch)
tree1e992e1487862a04c11d943deb91969efbde6dd1 /third_party/buzz
parentf693f935a7cfe163e5c56ca182ff3a560c2dcdce (diff)
chore(3p/nixpkgs): update channels to 2021-07-25 r/2696
* 3p/buzz: bump to latest master (1.6.0)

* 3p/emacs/explain-pause-mode: adjust to package-build update
  MELPA's package build now cares about git revisions, but calling VC
  commands in a nix build is usually a bad idea. Thus upstream nixpkgs
  passes `$commit` to the `buildPhase` and otherwise fails with an
  error message that doesn't really point to the issue. Upstream change:
  https://github.com/NixOS/nixpkgs/commit/9140d4b06ff09bce8dd8e384eeef832e7811d288

* 3p/overlays/emacs: udpate to 2021-07-25 to support the package-build
  update. Without this emacsPackages.xelb (for tazjin's exwm) would fail.

Change-Id: I7cd782fe7d66ed4ea78c529b79fe761d921f46a8
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3253
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
Reviewed-by: grfn <grfn@gws.fyi>
Diffstat (limited to 'third_party/buzz')
-rw-r--r--third_party/buzz/default.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/third_party/buzz/default.nix b/third_party/buzz/default.nix
index e6cd9df998..2af9df912e 100644
--- a/third_party/buzz/default.nix
+++ b/third_party/buzz/default.nix
@@ -4,9 +4,8 @@ depot.third_party.naersk.buildPackage {
   src = pkgs.fetchFromGitHub {
     owner = "jonhoo";
     repo = "buzz";
-    rev = "aede85850bd4b919128da6267c8cf151e7246a35";
-    sha256 = "02z3cqqfaylasqyafv0fbzcfav0vby7nngh642gb4cxrm3jqkz2w";
-    fetchSubmodules = true;
+    rev = "02479643ed1b0325050245dbb3b70411b8cffb7a";
+    sha256 = "1spklfv02qlinlail5rmhh1c4926gyrkr2ydd9g6z919rxkl0ywk";
   };
 
   buildInputs = with pkgs; [