alacritty: 0.14.0 -> 0.15.0 (#373582)

authored by Jörg Thalheim and committed by GitHub c7f73ed1 34e731d3

+10 -6
+10 -6
pkgs/by-name/al/alacritty/package.nix
··· 22 wayland, 23 xdg-utils, 24 25 }: 26 let 27 rpathLibs = ··· 43 in 44 rustPlatform.buildRustPackage rec { 45 pname = "alacritty"; 46 - version = "0.14.0"; 47 48 src = fetchFromGitHub { 49 owner = "alacritty"; 50 - repo = pname; 51 tag = "v${version}"; 52 - hash = "sha256-ZhkuuxTx2y8vOfxfpDpJAyNyDdRWab0pqyDdbOCQ2XE="; 53 }; 54 55 - cargoHash = "sha256-T+/G2z7H/egJ/IlP3KA31jydg1CmFdLW8bLYSf/yWck="; 56 57 nativeBuildInputs = [ 58 cmake ··· 121 122 dontPatchELF = true; 123 124 - passthru.tests.test = nixosTests.terminal-emulators.alacritty; 125 126 meta = with lib; { 127 description = "Cross-platform, GPU-accelerated terminal emulator"; ··· 130 mainProgram = "alacritty"; 131 maintainers = with maintainers; [ 132 Br1ght0ne 133 - mic92 134 ]; 135 platforms = platforms.unix; 136 changelog = "https://github.com/alacritty/alacritty/blob/v${version}/CHANGELOG.md";
··· 22 wayland, 23 xdg-utils, 24 25 + nix-update-script, 26 }: 27 let 28 rpathLibs = ··· 44 in 45 rustPlatform.buildRustPackage rec { 46 pname = "alacritty"; 47 + version = "0.15.0"; 48 49 src = fetchFromGitHub { 50 owner = "alacritty"; 51 + repo = "alacritty"; 52 tag = "v${version}"; 53 + hash = "sha256-CAxf0ltvYXYTdjQmLQnRwRRJUBgABbHSB8DxfAbgBdo="; 54 }; 55 56 + cargoHash = "sha256-pVwPo9O3ortTtVzZn1p1grFGLBA2gVTOatdNFqNQ5zc="; 57 58 nativeBuildInputs = [ 59 cmake ··· 122 123 dontPatchELF = true; 124 125 + passthru = { 126 + tests.test = nixosTests.terminal-emulators.alacritty; 127 + updateScript = nix-update-script { }; 128 + }; 129 130 meta = with lib; { 131 description = "Cross-platform, GPU-accelerated terminal emulator"; ··· 134 mainProgram = "alacritty"; 135 maintainers = with maintainers; [ 136 Br1ght0ne 137 + rvdp 138 ]; 139 platforms = platforms.unix; 140 changelog = "https://github.com/alacritty/alacritty/blob/v${version}/CHANGELOG.md";