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