tev: 2.6.0 -> 2.6.1

This commit is contained in:
R. Ryantm
2025-11-23 12:43:30 +00:00
parent 0a344e2c83
commit 042ca0de28
+2 -2
View File
@@ -20,14 +20,14 @@
stdenv.mkDerivation rec {
pname = "tev";
version = "2.6.0";
version = "2.6.1";
src = fetchFromGitHub {
owner = "Tom94";
repo = "tev";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-uzfjgOnAAOSsMv7sjoKWVKg+HykevSQE1BCwIofbK+g=";
hash = "sha256-pK4XFrwNxaFgLFNTK8uPVSF4GBAkH8KkSFi3yWgMjF0=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux (