summary refs log tree commit diff
diff options
context:
space:
mode:
authorSebastian Sellmeier <mail@sebastian-sellmeier.de>2021-05-13 17:36:48 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2021-05-13 18:20:51 +0200
commitcd0b34aff2df6a0ff382be9757dcd4045846fd45 (patch)
tree2986a483d384fdd36e239c4c4e88486ea7a217d1
parent4d8d99710540d1123ed398745d7b7d8d95c8b9d2 (diff)
downloadnixpkgs-cd0b34aff2df6a0ff382be9757dcd4045846fd45.tar
nixpkgs-cd0b34aff2df6a0ff382be9757dcd4045846fd45.tar.gz
nixpkgs-cd0b34aff2df6a0ff382be9757dcd4045846fd45.tar.bz2
nixpkgs-cd0b34aff2df6a0ff382be9757dcd4045846fd45.tar.lz
nixpkgs-cd0b34aff2df6a0ff382be9757dcd4045846fd45.tar.xz
nixpkgs-cd0b34aff2df6a0ff382be9757dcd4045846fd45.tar.zst
nixpkgs-cd0b34aff2df6a0ff382be9757dcd4045846fd45.zip
terminator: 2.1.0 -> 2.1.1
-rw-r--r--pkgs/applications/terminal-emulators/terminator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/terminal-emulators/terminator/default.nix b/pkgs/applications/terminal-emulators/terminator/default.nix
index 82286289fba..6ddeffe68eb 100644
--- a/pkgs/applications/terminal-emulators/terminator/default.nix
+++ b/pkgs/applications/terminal-emulators/terminator/default.nix
@@ -13,13 +13,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "terminator";
-  version = "2.1.0";
+  version = "2.1.1";
 
   src = fetchFromGitHub {
     owner = "gnome-terminator";
     repo = "terminator";
     rev = "v${version}";
-    sha256 = "sha256-Rd5XieB7K2BkSzrAr6Kmoa30xuwvsGKpPrsG2wrU1o8=";
+    sha256 = "1pfrzna30xv9yri6dsny1j5k35417m4hsg97c455vssywyl9w4jr";
   };
 
   nativeBuildInputs = [