Unverified Commit 5bf036b9 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

tig: 2.5.12 -> 2.6.0 (#443614)

parents c6348428 ce94ea44
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation rec {
  pname = "tig";
  version = "2.5.12";
  version = "2.6.0";

  src = fetchFromGitHub {
    owner = "jonas";
    repo = "tig";
    rev = "tig-${version}";
    sha256 = "sha256-2kNogpzu8e/abjwo18s1G5ZcSZdG5c/Ydp6tfezumdk=";
    sha256 = "sha256-LJVK4y4C/TyM7sD/AZeHyavZ66SoeSh1y+hXnAAKMws=";
  };

  nativeBuildInputs = [