tev: 2.6.1 -> 2.6.2

This commit is contained in:
R. Ryantm
2025-11-29 19:26:22 +00:00
parent e1a33b0feb
commit 5ba9723317
+2 -2
View File
@@ -20,14 +20,14 @@
stdenv.mkDerivation rec {
pname = "tev";
version = "2.6.1";
version = "2.6.2";
src = fetchFromGitHub {
owner = "Tom94";
repo = "tev";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-pK4XFrwNxaFgLFNTK8uPVSF4GBAkH8KkSFi3yWgMjF0=";
hash = "sha256-5UkE7hd9ffKlDssZ0osslbWXSOGqodkS81/qnQfZzac=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux (