terminator: 2.1.2 -> 2.1.3

authored by Dawid Dziurla and committed by Bjørn Forsman 3fd093ef 8dd0f0a4

+2 -2
+2 -2
pkgs/applications/terminal-emulators/terminator/default.nix
··· 14 14 15 15 python3.pkgs.buildPythonApplication rec { 16 16 pname = "terminator"; 17 - version = "2.1.2"; 17 + version = "2.1.3"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "gnome-terminator"; 21 21 repo = "terminator"; 22 22 rev = "v${version}"; 23 - hash = "sha256-dN9+6VGIdIyY52nm2BMONeb+WV7UGL68frjnHRxRzTU="; 23 + hash = "sha256-Kx0z9oheA7Ihgsyg6zgPcGFMrqlXoIpQcL/dMqPB2qA="; 24 24 }; 25 25 26 26 nativeBuildInputs = [