tev: 2.6.1 -> 2.6.2 (#466351)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-01 05:59:42 +00:00
committed by GitHub
+2 -2
View File
@@ -20,14 +20,14 @@
stdenv.mkDerivation rec {
pname = "tev";
version = "2.6.1";
version = "2.6.2";
src = fetchFromGitHub {
owner = "Tom94";
repo = "tev";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-pK4XFrwNxaFgLFNTK8uPVSF4GBAkH8KkSFi3yWgMjF0=";
hash = "sha256-5UkE7hd9ffKlDssZ0osslbWXSOGqodkS81/qnQfZzac=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux (