Skip to content

Commit

Permalink
tilix: 1.6.4 -> 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mimame authored and rycee committed Nov 4, 2017
1 parent de62516 commit 84ad480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/tilix/default.nix
Expand Up @@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
name = "tilix-${version}";
version = "1.6.4";
version = "1.7.1";

src = fetchFromGitHub {
owner = "gnunn1";
repo = "tilix";
rev = "${version}";
sha256 = "1vqi68jlbbaky1569kd4lr6p02zsiv7v2rfb8j1pzwj7gydblaac";
sha256 = "0x0bnb26hjvxmvvd7c9k8fw97gcm3z5ssr6r8x90xbyyw6h58hhh";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 84ad480

Please sign in to comment.