metee: 6.2.3 -> 6.2.5 (#530980)

This commit is contained in:
Weijia Wang
2026-08-16 21:37:32 +00:00
committed by GitHub

View File

@@ -7,12 +7,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "metee";
version = "6.2.3";
version = "6.2.5";
src = fetchFromGitHub {
owner = "intel";
repo = "metee";
tag = finalAttrs.version;
hash = "sha256-ac4ypAi8voTpHB5D1V6WoA6MBO4zf45Tx4JL6Gl+468=";
hash = "sha256-ecI6XmIM3VK9+xcbvc5mB22Yg0f/mcUwNpFtJSoP4Gk=";
};
nativeBuildInputs = [ cmake ];