tev: 2.10.0 -> 2.11.0 (#514267)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-28 08:40:17 +00:00
committed by GitHub
+2 -2
View File
@@ -24,14 +24,14 @@
stdenv.mkDerivation rec {
pname = "tev";
version = "2.10.0";
version = "2.11.0";
src = fetchFromGitHub {
owner = "Tom94";
repo = "tev";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-o8ejMsaiplnTLiWtjaJnV9z2ZNkiOWy3DLU+x49MJrg=";
hash = "sha256-o5Yrlt39RGKjtfqMfq3w/JTPORuKbxTIX5uuF4zmGXk=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux (