castxml: 0.6.4 -> 0.6.5

This commit is contained in:
R. Ryantm 2024-04-12 17:20:54 +00:00
parent feeff83e61
commit e92129e0fd
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 = [