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

castxml: 0.6.2 -> 0.6.3
This commit is contained in:
Nikolay Korotkiy 2024-01-20 01:43:51 +04:00 committed by GitHub
commit c8985da9b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@ let
in in
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "castxml"; pname = "castxml";
version = "0.6.2"; version = "0.6.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "CastXML"; owner = "CastXML";
repo = "CastXML"; repo = "CastXML";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-x27koa0q+rDqPmfHMf7v7KTx3bfDgqS/FkPAX5auqaw="; hash = "sha256-g/BgKkU8Me6EacDm+KFAsKq5++v/b+Par0x7lzBzHw8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [