optee-client: 4.6.0 -> 4.7.0

This commit is contained in:
Jared Baur
2026-01-15 14:15:27 -08:00
parent 3d55f1fc13
commit efbf0650f6
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "optee-client";
version = "4.6.0";
version = "4.7.0";
src = fetchFromGitHub {
owner = "OP-TEE";
repo = "optee_client";
rev = finalAttrs.version;
hash = "sha256-hHEIn0WU4XfqwZbOdg9kwSDxDcvK7Tvxtelamfc3IRM=";
hash = "sha256-MZPT3GbAInFGL0OZH1aCDTdmd95LsI8RmpbtPE0fp4s=";
};
outputs = [