castxml: 0.5.1 -> 0.6.1

This commit is contained in:
R. Ryantm 2023-03-25 09:06:35 +00:00 committed by Anderson Torres
parent eb366bc0b6
commit fa7e3d1973

View file

@ -17,13 +17,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "castxml";
version = "0.5.1";
version = "0.6.1";
src = fetchFromGitHub {
owner = "CastXML";
repo = "CastXML";
rev = "v${finalAttrs.version}";
hash = "sha256-XZIVOrTY6Ib5Cu1WtTJm5Bqoas1NbNWbvJPWkpFqH2c=";
hash = "sha256-dyB2h6Yix2lZbVFVCz8nWNNubFSEVBlRpjVrBRec4Xo=";
};
nativeBuildInputs = [