tev: 2.12.2 -> 2.13.0

This commit is contained in:
R. Ryantm
2026-07-02 18:57:03 +00:00
parent 3994a6869a
commit 7f02913ea7
+2 -2
View File
@@ -24,14 +24,14 @@
stdenv.mkDerivation rec {
pname = "tev";
version = "2.12.2";
version = "2.13.0";
src = fetchFromGitHub {
owner = "Tom94";
repo = "tev";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-+7P45Vski0BvQLtraxhhos+h+yf8E8CiCbsaFcgObo0=";
hash = "sha256-4rWItev1/oOevWdo7QWlZWN0Va6d6tQc6tjm+zTLFp0=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux (