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

castxml: 0.4.4 -> 0.4.6
This commit is contained in:
Anderson Torres
2022-09-01 09:10:16 -03:00
committed by GitHub
+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 = [