Unverified Commit 031c0e9b authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

clang-uml: 0.5.4 -> 0.5.5 (#346092)

parents 4c3dd87f bc8a9fa1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "clang-uml";
  version = "0.5.4";
  version = "0.5.5";

  src = fetchFromGitHub {
    owner = "bkryza";
    repo = "clang-uml";
    rev = finalAttrs.version;
    hash = "sha256-PEzTvwW/wUg8wgKjeNGbpgpP3SH2sVWRYc6o3gFjxx0=";
    hash = "sha256-YzHlauVuFLT2PmfqJBNwqQ/P7d7tyl3brk7Vo/kTOF4=";
  };

  nativeBuildInputs = [