castxml: 0.4.4 -> 0.4.6

This commit is contained in:
R. Ryantm
2022-09-01 09:49:28 +00:00
parent d168bd6447
commit c2e8ee4230
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "CastXML";
version = "0.4.4";
version = "0.4.6";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-VtkMjZOcF5OAHkezlupXOpNwqUD1oKHdRbtG2FZBRL4=";
hash = "sha256-EXi5dPhzxqHLNH1Ty8iz81uJxRX1+pFtwWSwbXeolL0=";
};
nativeBuildInputs = [