tev: 2.8.0 -> 2.8.1

This commit is contained in:
R. Ryantm
2026-02-10 18:53:44 +00:00
parent ce1a7c1f9e
commit ca70049981
+2 -2
View File
@@ -24,14 +24,14 @@
stdenv.mkDerivation rec {
pname = "tev";
version = "2.8.0";
version = "2.8.1";
src = fetchFromGitHub {
owner = "Tom94";
repo = "tev";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-LD6mwa2UKeddAnOp2fGxfgvrpH15an9jmUDRosB8Prc=";
hash = "sha256-ODLtCCCIoHMDxyCRTA0bWK0c5RPOZ3aWIKpYpfZUbGE=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux (