Commit 5ba97233 authored by R. RyanTM's avatar R. RyanTM
Browse files

tev: 2.6.1 -> 2.6.2

parent e1a33b0f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

stdenv.mkDerivation rec {
  pname = "tev";
  version = "2.6.1";
  version = "2.6.2";

  src = fetchFromGitHub {
    owner = "Tom94";
    repo = "tev";
    tag = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-pK4XFrwNxaFgLFNTK8uPVSF4GBAkH8KkSFi3yWgMjF0=";
    hash = "sha256-5UkE7hd9ffKlDssZ0osslbWXSOGqodkS81/qnQfZzac=";
  };

  postPatch = lib.optionalString stdenv.hostPlatform.isLinux (