clang-uml: 0.6.2 -> 0.6.3

This commit is contained in:
R. Ryantm
2026-07-07 00:49:31 +00:00
parent 3f9778f68c
commit 64d0f81c55
+2 -2
View File
@@ -17,13 +17,13 @@
}:
clangStdenv.mkDerivation (finalAttrs: {
pname = "clang-uml";
version = "0.6.2";
version = "0.6.3";
src = fetchFromGitHub {
owner = "bkryza";
repo = "clang-uml";
rev = finalAttrs.version;
hash = "sha256-hGjLOyduTc+yOQhO5gDKNfY0fDvbUfvF0FrdjrDheyw=";
hash = "sha256-t0z9VcPkdX9qKt/gA24G50+62Teh4eVF4etd4f6HzoQ=";
};
patches = [