Skip to content

Commit

Permalink
clang-uml: 0.5.5 -> 0.5.6 (#359297)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir authored Nov 26, 2024
2 parents d957d40 + 29c7384 commit f08c20d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/cl/clang-uml/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "clang-uml";
version = "0.5.5";
version = "0.5.6";

src = fetchFromGitHub {
owner = "bkryza";
repo = "clang-uml";
rev = finalAttrs.version;
hash = "sha256-YzHlauVuFLT2PmfqJBNwqQ/P7d7tyl3brk7Vo/kTOF4=";
hash = "sha256-fsN9l5sgQ9NIjS0Tn/tAUK/p2mdP7/R7a9BFb+9I0UU=";
};

nativeBuildInputs =
Expand Down

0 comments on commit f08c20d

Please sign in to comment.