metee: 6.2.1 -> 6.2.3

This commit is contained in:
R. Ryantm
2026-05-17 01:06:16 +00:00
parent 71169b1079
commit fd1dd4caaa
+2 -2
View File
@@ -7,12 +7,12 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "metee";
version = "6.2.1";
version = "6.2.3";
src = fetchFromGitHub {
owner = "intel";
repo = "metee";
tag = finalAttrs.version;
hash = "sha256-TMHc/0N1DUx+aKOCrfBRoQgKj968FIq+FcusyLG0oPI=";
hash = "sha256-ac4ypAi8voTpHB5D1V6WoA6MBO4zf45Tx4JL6Gl+468=";
};
nativeBuildInputs = [ cmake ];