File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
pkgs/by-name/al/alacritty Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 2222 wayland ,
2323 xdg-utils ,
2424
25+ nix-update-script ,
2526} :
2627let
2728 rpathLibs =
4344in
4445rustPlatform . buildRustPackage rec {
4546 pname = "alacritty" ;
46- version = "0.14 .0" ;
47+ version = "0.15 .0" ;
4748
4849 src = fetchFromGitHub {
4950 owner = "alacritty" ;
50- repo = pname ;
51+ repo = "alacritty" ;
5152 tag = "v${ version } " ;
52- hash = "sha256-ZhkuuxTx2y8vOfxfpDpJAyNyDdRWab0pqyDdbOCQ2XE =" ;
53+ hash = "sha256-CAxf0ltvYXYTdjQmLQnRwRRJUBgABbHSB8DxfAbgBdo =" ;
5354 } ;
5455
55- cargoHash = "sha256-T+/G2z7H/egJ/IlP3KA31jydg1CmFdLW8bLYSf/yWck =" ;
56+ cargoHash = "sha256-pVwPo9O3ortTtVzZn1p1grFGLBA2gVTOatdNFqNQ5zc =" ;
5657
5758 nativeBuildInputs = [
5859 cmake
@@ -121,7 +122,10 @@ rustPlatform.buildRustPackage rec {
121122
122123 dontPatchELF = true ;
123124
124- passthru . tests . test = nixosTests . terminal-emulators . alacritty ;
125+ passthru = {
126+ tests . test = nixosTests . terminal-emulators . alacritty ;
127+ updateScript = nix-update-script { } ;
128+ } ;
125129
126130 meta = with lib ; {
127131 description = "Cross-platform, GPU-accelerated terminal emulator" ;
@@ -130,7 +134,7 @@ rustPlatform.buildRustPackage rec {
130134 mainProgram = "alacritty" ;
131135 maintainers = with maintainers ; [
132136 Br1ght0ne
133- mic92
137+ rvdp
134138 ] ;
135139 platforms = platforms . unix ;
136140 changelog = "https://github.com/alacritty/alacritty/blob/v${ version } /CHANGELOG.md" ;
You can’t perform that action at this time.
0 commit comments