Skip to content

Commit

Permalink
Merge pull request #65193 from r-ryantm/auto-update/tint2
Browse files Browse the repository at this point in the history
tint2: 16.6.1 -> 16.7
  • Loading branch information
romildo committed Jul 22, 2019
2 parents e467600 + 58c7628 commit f0b95f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/tint2/default.nix
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
name = "tint2-${version}";
version = "16.6.1";
version = "16.7";

src = fetchFromGitLab {
owner = "o9000";
repo = "tint2";
rev = version;
sha256 = "1h5bn4vi7gffwi4mpwpn0s6vxvl44rn3m9b23w8q9zyz9v24flz7";
sha256 = "1937z0kixb6r82izj12jy4x8z4n96dfq1hx05vcsvsg1sx3wxgb0";
};

enableParallelBuilding = true;
Expand Down

0 comments on commit f0b95f3

Please sign in to comment.