Merge pull request #202568 from r-ryantm/auto-update/castxml

castxml: 0.4.7 -> 0.4.8
This commit is contained in:
Mario Rodas 2022-11-29 20:56:32 -05:00 committed by GitHub
commit 0018f4cc43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "castxml";
version = "0.4.7";
version = "0.4.8";
src = fetchFromGitHub {
owner = "CastXML";
repo = "CastXML";
rev = "v${finalAttrs.version}";
hash = "sha256-h2sLwhlz8AHyBK6Bbci17dvLkQ/9WEClz4lwM3GVVK8=";
hash = "sha256-9IdQWNbk28OdpxVU1t4d1sGvjc62GeWUueYGDKRfOy4=";
};
nativeBuildInputs = [