We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent efad0d5 commit 8844c47Copy full SHA for 8844c47
pkgs/applications/misc/alacritty/default.nix
@@ -17,16 +17,16 @@
17
with rustPlatform;
18
19
buildRustPackage rec {
20
- name = "alacritty-unstable-2017-07-08";
+ name = "alacritty-unstable-2017-07-25";
21
22
src = fetchFromGitHub {
23
owner = "jwilm";
24
repo = "alacritty";
25
- rev = "94849c4f2a19bd49337f5cf090f94ac6a940c414";
26
- sha256 = "0cawrq0787pcfifn5awccq29a1ag85wfbmx1ccz7m33prk3ry9jp";
+ rev = "49c73f6d55e5a681a0e0f836cd3e9fe6af30788f";
+ sha256 = "0h5hrb2g0fpc6xn94hmvxjj21cqbj4vgqkznvd64jl84qbyh1xjl";
27
};
28
29
- depsSha256 = "0lb83aan6lgdsdcrd6zdrxhz5bi96cw4ygqqlpm43w42chwzz0xj";
+ depsSha256 = "1pbb0swgpsbd6x3avxz6fv3q31dg801li47jibz721a4n9c0rssx";
30
31
buildInputs = [
32
cmake
0 commit comments