Skip to content

Commit

Permalink
terminator: 2.1.3 -> 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and bjornfor committed May 30, 2024
1 parent a8377e1 commit 4c9c9a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/terminal-emulators/terminator/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 4c9c9a8

Please sign in to comment.