terminator: 2.1.3 -> 2.1.4

This commit is contained in:
R. Ryantm 2024-05-30 21:11:09 +00:00 committed by Bjørn Forsman
parent a8377e1b0f
commit 4c9c9a8004

View File

@ -15,13 +15,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "terminator";
version = "2.1.3";
version = "2.1.4";
src = fetchFromGitHub {
owner = "gnome-terminator";
repo = "terminator";
rev = "v${version}";
hash = "sha256-Kx0z9oheA7Ihgsyg6zgPcGFMrqlXoIpQcL/dMqPB2qA=";
rev = "refs/tags/v${version}";
hash = "sha256-0468d/sAM/UOiaSspwWaOGogoE8/Idth0G4CMCXWFFo=";
};
nativeBuildInputs = [