tev: 2.5.2 -> 2.6.0

This commit is contained in:
R. Ryantm
2025-11-13 12:33:54 +00:00
parent 61630d4ab5
commit 2a49d6e6c9
+2 -2
View File
@@ -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 (