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

castxml: 0.5.0 -> 0.5.1
This commit is contained in:
Anderson Torres 2022-12-15 14:04:02 -03:00 committed by GitHub
commit f0f7ea2905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "castxml"; pname = "castxml";
version = "0.5.0"; version = "0.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "CastXML"; owner = "CastXML";
repo = "CastXML"; repo = "CastXML";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-NJ6DIZWab9KayFALHON9GfYg6sQOf71SbtfV+3TYKLQ="; hash = "sha256-XZIVOrTY6Ib5Cu1WtTJm5Bqoas1NbNWbvJPWkpFqH2c=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [