Skip to content

Commit

Permalink
Merge pull request #94433 from kimat/kimat-alacritty-0.5.0
Browse files Browse the repository at this point in the history
alacritty: 0.4.3 -> 0.5.0
  • Loading branch information
Ma27 authored Aug 1, 2020
2 parents 6339587 + cd92861 commit 0f8eb0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/misc/alacritty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "alacritty";
version = "0.4.3";
version = "0.5.0";

src = fetchFromGitHub {
owner = "alacritty";
repo = pname;
rev = "v${version}";
sha256 = "1b6fspcd8yn1857cgn1m8a828bvjspvrfc2giwsa9ai0ighcqbgl";
sha256 = "1948j57xhqvc5y876s929x9rhd6j0xnw5c91g1zqw2rfncn602g2";
};

cargoSha256 = "1zadnwjqk9kklj0p43azd78kgbva2zihh9wh81w4c5y0kypbchyd";
cargoSha256 = "17lyzcj07f0vyki3091vgjd0w8ki11sw5m8gb3bxdph1dl04rria";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit 0f8eb0b

Please sign in to comment.