terminator: 2.1.2 -> 2.1.3

This commit is contained in:
Dawid Dziurla 2023-04-24 16:45:53 +02:00 committed by Bjørn Forsman
parent 8dd0f0a459
commit 3fd093ef5b

View file

@ -14,13 +14,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "terminator";
version = "2.1.2";
version = "2.1.3";
src = fetchFromGitHub {
owner = "gnome-terminator";
repo = "terminator";
rev = "v${version}";
hash = "sha256-dN9+6VGIdIyY52nm2BMONeb+WV7UGL68frjnHRxRzTU=";
hash = "sha256-Kx0z9oheA7Ihgsyg6zgPcGFMrqlXoIpQcL/dMqPB2qA=";
};
nativeBuildInputs = [