Unverified Commit ec17bef8 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

tev: 2.8.1 -> 2.8.2 (#491678)

parents 97aecd15 8c06e72f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,14 +24,14 @@

stdenv.mkDerivation rec {
  pname = "tev";
  version = "2.8.1";
  version = "2.8.2";

  src = fetchFromGitHub {
    owner = "Tom94";
    repo = "tev";
    tag = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-ODLtCCCIoHMDxyCRTA0bWK0c5RPOZ3aWIKpYpfZUbGE=";
    hash = "sha256-XNy4VO9sdh1RoqYPPuE/NaiYRaxbtPd7M6YhaIzH2ho=";
  };

  postPatch = lib.optionalString stdenv.hostPlatform.isLinux (