tev: 2.11.0 -> 2.12.0

This commit is contained in:
R. Ryantm
2026-05-15 19:10:00 +00:00
parent 7e1df0b2e9
commit 5e51a52bc2
+2 -2
View File
@@ -24,14 +24,14 @@
stdenv.mkDerivation rec {
pname = "tev";
version = "2.11.0";
version = "2.12.0";
src = fetchFromGitHub {
owner = "Tom94";
repo = "tev";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-o5Yrlt39RGKjtfqMfq3w/JTPORuKbxTIX5uuF4zmGXk=";
hash = "sha256-MQb1G3l+mC50JIVj0rHget47hM6O+iywB7B1NvAa1WE=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux (