Merge pull request #321151 from r-ryantm/auto-update/clang-uml

clang-uml: 0.5.2 -> 0.5.3
This commit is contained in:
Masum Reza 2024-06-22 00:04:12 +05:30 committed by GitHub
commit c1aed904f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "clang-uml";
version = "0.5.2";
version = "0.5.3";
src = fetchFromGitHub {
owner = "bkryza";
repo = "clang-uml";
rev = finalAttrs.version;
hash = "sha256-ZVaMLsI1FK05xFfMmlLBPop7DR3fDstnfgjdBmsjNBA=";
hash = "sha256-ghnbOjVYw0zdFK/SDJ3sOObu6I7ROVNzYl1hovWju/Q=";
};
nativeBuildInputs = [