about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-09-12 13:57:25 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-09-12 22:57:25 +0200
commitd8b1223da9efad268484e222c9a1bfbd5a5e8aa5 (patch)
tree270ba1cd2b8411992699fc52f6bb55d6a93f3d08 /pkgs/applications/misc
parent69504d47c9c44d2e34274562f2992dbd5dc2e39b (diff)
tilix: 1.8.3 -> 1.8.5 (#46180)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
tilix
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/tilix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/tilix/default.nix b/pkgs/applications/misc/tilix/default.nix
index e101005e44ece..98e320b7aaf54 100644
--- a/pkgs/applications/misc/tilix/default.nix
+++ b/pkgs/applications/misc/tilix/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   name = "tilix-${version}";
-  version = "1.8.3";
+  version = "1.8.5";
 
   src = fetchFromGitHub {
     owner = "gnunn1";
     repo = "tilix";
     rev = "${version}";
-    sha256 = "05x2nyyb5w3122j90g0f7lh9jl7xi1nk176sl01vl2ks7zar00dq";
+    sha256 = "1ixhkssz0xn3x75n2iw6gd3hka6bgmgwfgbvblbjhhx8gcpbw3s7";
   };
 
   nativeBuildInputs = [