terminator: 2.1.4 -> 2.1.5

authored by R. Ryantm and committed by Bjørn Forsman 59dff5cf 70f82305

+3 -3
+3 -3
pkgs/by-name/te/terminator/package.nix
··· 16 17 python3.pkgs.buildPythonApplication rec { 18 pname = "terminator"; 19 - version = "2.1.4"; 20 21 src = fetchFromGitHub { 22 owner = "gnome-terminator"; 23 repo = "terminator"; 24 tag = "v${version}"; 25 - hash = "sha256-0468d/sAM/UOiaSspwWaOGogoE8/Idth0G4CMCXWFFo="; 26 }; 27 28 nativeBuildInputs = [ ··· 78 quadkonsole, etc. in that the main focus is arranging terminals in grids 79 (tabs is the most common default method, which Terminator also supports). 80 ''; 81 - changelog = "https://github.com/gnome-terminator/terminator/releases/tag/v${version}"; 82 homepage = "https://github.com/gnome-terminator/terminator"; 83 license = licenses.gpl2; 84 maintainers = with maintainers; [ bjornfor ];
··· 16 17 python3.pkgs.buildPythonApplication rec { 18 pname = "terminator"; 19 + version = "2.1.5"; 20 21 src = fetchFromGitHub { 22 owner = "gnome-terminator"; 23 repo = "terminator"; 24 tag = "v${version}"; 25 + hash = "sha256-RM/7jUWGDV0EdMyMeLsCrvevH+5hZSJVAKmtalxNKG8="; 26 }; 27 28 nativeBuildInputs = [ ··· 78 quadkonsole, etc. in that the main focus is arranging terminals in grids 79 (tabs is the most common default method, which Terminator also supports). 80 ''; 81 + changelog = "https://github.com/gnome-terminator/terminator/releases/tag/${src.tag}"; 82 homepage = "https://github.com/gnome-terminator/terminator"; 83 license = licenses.gpl2; 84 maintainers = with maintainers; [ bjornfor ];