Skip to content

Commit

Permalink
Revert "alacritty: unstable 2017-09-02 -> 2017-10-17"
Browse files Browse the repository at this point in the history
This reverts commit 4b17b95.
  • Loading branch information
NeQuissimus committed Oct 19, 2017
1 parent 2f273bb commit 4fec180
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/misc/alacritty/default.nix
Expand Up @@ -29,16 +29,16 @@ let
in

buildRustPackage rec {
name = "alacritty-unstable-2017-10-17";
name = "alacritty-unstable-2017-09-02";

src = fetchFromGitHub {
owner = "jwilm";
repo = "alacritty";
rev = "5ac42bb13bc68c5cbc44869dc9fc9ac19402a6e6";
sha256 = "0h37x12r33xwz9vf1n8y24c0ph5w17lhkpfi5q6lbpgidvbs6fyx";
rev = "22fa4260fc9210fbb5288090df79c92e7b3788e4";
sha256 = "0jjvvm0fm25p1h1rgfqlnhq4bwrjdxpb2pgnmpik9pl7qwy3q7s1";
};

depsSha256 = "05gkl2zg546i2pm0gx11s56f7dk72qpm39kml1d2myj81s0vyb5z";
depsSha256 = "19lrj4i6vzmf22r6xg99zcwvzjpiar8pqin1m2nvv78xzxx5yvgb";

buildInputs = [
cmake
Expand Down

2 comments on commit 4fec180

@Mic92
Copy link
Member

@Mic92 Mic92 commented on 4fec180 Oct 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to include a reason for reverts in the commit message.

@NeQuissimus
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't want to force push over top now. The reason is that the new version does not build due to reasons unknown to me. I assume it has something to do with our Rust registry tooling. It builds in master, not in 17.09.

Please sign in to comment.