alacritty-ligatures: bump rustPackages version

nixos-unstable removed 1.44 while nixpkgs-unstable still has it (why?),
so 1.45 is the new lowest common version.
This commit is contained in:
xeals 2020-10-25 12:28:47 +11:00
parent 90f688d00a
commit f13a285287
Signed by: xeals
GPG Key ID: A498C7AF27EC6B5C

View File

@ -16,9 +16,7 @@ rec {
# Alacritty with the unmerged ligature patches applied.
alacritty-ligatures = (pkgs.alacritty.override {
# 0.6.0 requires a minimum of 1.43, and this is the only version on both
# stable and unstable channels right now.
inherit (pkgs.rustPackages_1_44) rustPlatform;
inherit (pkgs.rustPackages_1_45) rustPlatform;
}).overrideAttrs (oldAttrs: rec {
pname = "${oldAttrs.pname}-ligatures";
version = "0.6.0.20201015";