tev: 2.13.1 -> 2.14.0

This commit is contained in:
R. Ryantm
2026-08-23 11:37:22 +00:00
parent c2c93465e2
commit 4cb0f9653f

View File

@@ -24,14 +24,14 @@
stdenv.mkDerivation rec {
pname = "tev";
version = "2.13.1";
version = "2.14.0";
src = fetchFromGitHub {
owner = "Tom94";
repo = "tev";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-+11GpyUCtVvIeSTEJx6WTvN6aUcvuF/lDlA/+6IduKQ=";
hash = "sha256-WfpanCZ3U/2jGNrOM+1euzfGCqcoODBLYuRtcPcCc4Y=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux (