oci-cli: fix strict-eval issues, hopefully

error: attribute 'tag' missing
changelog = "https://github.com/jmespath/jmespath.py/blob/${finalAttrs.src.tag}/CHANGELOG.rst";

It's a bit hacky.  Feel free to improve.
This commit is contained in:
Vladimír Čunát
2026-05-20 12:22:37 +02:00
parent f1045fa965
commit fe3b543b8c
+1 -1
View File
@@ -18,7 +18,7 @@ let
pname = "jmespath";
inherit version;
sha256 = "b85d0567b8666149a93172712e68920734333c0ce7e89b78b3e987f71e5ed4f9";
};
} // { tag = version; };
doCheck = false;
});
};