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: 7e25b7113271
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0365749e68b8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 14, 2020

  1. Copy the full SHA
    f025022 View commit details

Commits on Nov 18, 2020

  1. Merge pull request #103817 from doronbehar/pkg/alacritty

    alacritty: 0.5.0 -> 0.6.0-rc1
    doronbehar authored Nov 18, 2020
    Copy the full SHA
    0365749 View commit details
Showing with 4 additions and 3 deletions.
  1. +4 −3 pkgs/applications/terminal-emulators/alacritty/default.nix
7 changes: 4 additions & 3 deletions pkgs/applications/terminal-emulators/alacritty/default.nix
Original file line number Diff line number Diff line change
@@ -52,16 +52,17 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "alacritty";
version = "0.5.0";
# 0.5.0 is not compatible with gnome 3.38
version = "0.6.0-rc1";

src = fetchFromGitHub {
owner = "alacritty";
repo = pname;
rev = "v${version}";
sha256 = "1948j57xhqvc5y876s929x9rhd6j0xnw5c91g1zqw2rfncn602g2";
sha256 = "RuIJvB0J/BQFqemOkEUiqS1uz0gMS49Dd8UQt0nbrQ0=";
};

cargoSha256 = "17lyzcj07f0vyki3091vgjd0w8ki11sw5m8gb3bxdph1dl04rria";
cargoSha256 = "+3iZywLvy+8C7j6g9bqij2DSLjBoE2u1GXgfV04cWRY=";

nativeBuildInputs = [
cmake