alacritty: 2018-01-31 -> 2018-03-04

+3 -3
+3 -3
pkgs/applications/misc/alacritty/default.nix
··· 30 ]; 31 in buildRustPackage rec { 32 name = "alacritty-unstable-${version}"; 33 - version = "2018-01-31"; 34 35 # At the moment we cannot handle git dependencies in buildRustPackage. 36 # This fork only replaces rust-fontconfig/libfontconfig with a git submodules. 37 src = fetchgit { 38 url = https://github.com/Mic92/alacritty.git; 39 rev = "rev-${version}"; 40 - sha256 = "0jc8haijd6f8r5fqiknrvqnwc9q4cp93852lr2p7zak7dv29v45p"; 41 fetchSubmodules = true; 42 }; 43 44 - cargoSha256 = "0023jpc6krilmp5wzbbwapxafsi6m1k13mvjh4zlvls1nyyhk808"; 45 46 nativeBuildInputs = [ 47 cmake
··· 30 ]; 31 in buildRustPackage rec { 32 name = "alacritty-unstable-${version}"; 33 + version = "2018-03-04"; 34 35 # At the moment we cannot handle git dependencies in buildRustPackage. 36 # This fork only replaces rust-fontconfig/libfontconfig with a git submodules. 37 src = fetchgit { 38 url = https://github.com/Mic92/alacritty.git; 39 rev = "rev-${version}"; 40 + sha256 = "0pxnc6r75c7rwnsqc0idi4a60arpgchl1i8yppibhv0px5w11mwa"; 41 fetchSubmodules = true; 42 }; 43 44 + cargoSha256 = "0q2yy9cldng8znkmhysgrwi43z2x7a8nb1bnxpy9z170q8ds0m0j"; 45 46 nativeBuildInputs = [ 47 cmake