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

tev: 2.5.2 -> 2.6.0 (#461229)

parents 7fcb5095 2a49d6e6
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.5.2";
  version = "2.6.0";

  src = fetchFromGitHub {
    owner = "Tom94";
    repo = "tev";
    tag = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-S4VE33wMima6GeGPmZOU6ub5V/ZWoVYqAIizh9BJHGo=";
    hash = "sha256-uzfjgOnAAOSsMv7sjoKWVKg+HykevSQE1BCwIofbK+g=";
  };

  postPatch = lib.optionalString stdenv.hostPlatform.isLinux (