summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorSam Doshi <sam@metal-fish.co.uk>2019-04-29 20:04:55 +0100
committerTimo Kaufmann <timokau@zoho.com>2019-04-29 21:04:55 +0200
commit3be0cc4de7fb74a958d24047d0f9fe4eac5acee4 (patch)
tree23a7e9b5761b4de183c46d040c6b97b637757c15 /pkgs/tools/text
parent7a965dcdab5516414053a8193d549df680cabb7d (diff)
peco: fix incorrect termbox-go rev in deps.nix (#60281)
Peco 0.5.3 included an update to the termbox-go dependency to fix a bug, this change did not make it into deps.nix. See: - peco/peco#446 - peco/peco#447 - nsf/termbox-go#185
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/peco/deps.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/peco/deps.nix b/pkgs/tools/text/peco/deps.nix
index 1b884ef995e8..29bae2de5b51 100644
--- a/pkgs/tools/text/peco/deps.nix
+++ b/pkgs/tools/text/peco/deps.nix
@@ -41,8 +41,8 @@
fetch = {
type = "git";
url = "https://github.com/nsf/termbox-go";
- rev = "abe82ce5fb7a42fbd6784a5ceb71aff977e09ed8";
- sha256 = "156i8apkga8b3272kjhapyqwspgcfkrr9kpqwc5lii43k4swghpv";
+ rev = "e2050e41c8847748ec5288741c0b19a8cb26d084";
+ sha256 = "181b1df2b6fcn5wizq2qqxl1kwqbih5k15n08rx3bcz36q34n23s";
};
}
{