tev: 2.7.0 -> 2.8.0

This commit is contained in:
R. Ryantm
2026-02-03 17:51:58 +00:00
parent bd536810f8
commit 7d6891eb2b
+2 -2
View File
@@ -24,14 +24,14 @@
stdenv.mkDerivation rec {
pname = "tev";
version = "2.7.0";
version = "2.8.0";
src = fetchFromGitHub {
owner = "Tom94";
repo = "tev";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-R7nzzYP7yA7bYQ6WLRrxNoEe7p7ElvQIJCNBu8zICfM=";
hash = "sha256-LD6mwa2UKeddAnOp2fGxfgvrpH15an9jmUDRosB8Prc=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux (