lol

alacritty: 2017-12-29 -> 2018-01-31

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