tev: 2.12.0 -> 2.12.1

This commit is contained in:
R. Ryantm
2026-05-26 13:08:55 +00:00
parent 2e9190cc69
commit 97201f3022
+2 -2
View File
@@ -24,14 +24,14 @@
stdenv.mkDerivation rec {
pname = "tev";
version = "2.12.0";
version = "2.12.1";
src = fetchFromGitHub {
owner = "Tom94";
repo = "tev";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-MQb1G3l+mC50JIVj0rHget47hM6O+iywB7B1NvAa1WE=";
hash = "sha256-W/K70l4WXUyZUa1gVivr3y/CT4QYq12FuJqSLA2dyFU=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux (