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

clang-uml: 0.5.3 -> 0.5.4
This commit is contained in:
Sebastián Mancilla 2024-08-17 18:53:17 -04:00 committed by GitHub
commit a88fd8c40f
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.3";
version = "0.5.4";
src = fetchFromGitHub {
owner = "bkryza";
repo = "clang-uml";
rev = finalAttrs.version;
hash = "sha256-ghnbOjVYw0zdFK/SDJ3sOObu6I7ROVNzYl1hovWju/Q=";
hash = "sha256-PEzTvwW/wUg8wgKjeNGbpgpP3SH2sVWRYc6o3gFjxx0=";
};
nativeBuildInputs = [