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