Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2d3be3187448
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0249f7d48afc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 13, 2018

  1. alacritty: 0.2.1 -> 0.2.3

    dywedir committed Nov 13, 2018
    Copy the full SHA
    0a1bb6d View commit details
  2. Merge pull request #50326 from dywedir/alacritty

    alacritty: 0.2.1 -> 0.2.3
    Mic92 authored Nov 13, 2018
    Copy the full SHA
    0249f7d View commit details
Showing with 4 additions and 4 deletions.
  1. +4 −4 pkgs/applications/misc/alacritty/default.nix
8 changes: 4 additions & 4 deletions pkgs/applications/misc/alacritty/default.nix
Original file line number Diff line number Diff line change
@@ -42,17 +42,17 @@ let
libXi
];
in buildRustPackage rec {
name = "alacritty-unstable-${version}";
version = "0.2.1";
name = "alacritty-${version}";
version = "0.2.3";

src = fetchFromGitHub {
owner = "jwilm";
repo = "alacritty";
rev = "v${version}";
sha256 = "1402axwjz70gg6ylhhm82f1rl6xvxkr1qy0jx3r4r32vzfap1l67";
sha256 = "0p9q5cpxw5v2ka1ylaa009sfbncnlrva9yam4hag6npcnd8x4f95";
};

cargoSha256 = "0slcyn77svj0686g1vk7kgndzirpkba9jwwybgsdl755r53dswk0";
cargoSha256 = "0664fi16kyly8hhfj0hgddsnfdk3y0z31758gvb0xq13ssdb6sv6";

nativeBuildInputs = [
cmake