tev: 2.13.0 -> 2.13.1 (#540802)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-11 19:33:47 +00:00
committed by GitHub
+2 -2
View File
@@ -24,14 +24,14 @@
stdenv.mkDerivation rec {
pname = "tev";
version = "2.13.0";
version = "2.13.1";
src = fetchFromGitHub {
owner = "Tom94";
repo = "tev";
tag = "v${version}";
fetchSubmodules = true;
hash = "sha256-4rWItev1/oOevWdo7QWlZWN0Va6d6tQc6tjm+zTLFp0=";
hash = "sha256-+11GpyUCtVvIeSTEJx6WTvN6aUcvuF/lDlA/+6IduKQ=";
};
postPatch = lib.optionalString stdenv.hostPlatform.isLinux (