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

castxml: 0.6.4 -> 0.6.5
This commit is contained in:
Weijia Wang 2024-04-18 21:09:50 +02:00 committed by GitHub
commit 4d7fa4b36c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -17,13 +17,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "castxml";
version = "0.6.4";
version = "0.6.5";
src = fetchFromGitHub {
owner = "CastXML";
repo = "CastXML";
rev = "v${finalAttrs.version}";
hash = "sha256-6xeMkqsFchZxrAsE2DLaIzGU4VMwyDckm00s69wahOo=";
hash = "sha256-r9Emh2KHjANrg+oWeY8Ags3Gd8k3W68J88bAud+AH6I=";
};
nativeBuildInputs = [