Unverified Commit 4703d849 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

justbuild: 1.6.4 -> 1.6.5 (#509011)

parents bd67a776 30eec28a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,13 +34,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "justbuild";
  version = "1.6.4";
  version = "1.6.5";

  src = fetchFromGitHub {
    owner = "just-buildsystem";
    repo = "justbuild";
    tag = "v${version}";
    hash = "sha256-WJg6zDgDKJjxbR7fdFUY6f2uNHntYPZT8lIt2kAJqAo=";
    hash = "sha256-aeBIgbjSD9iVhwtkOOs63Xrpn8OshoABtOZhrjn3/jw=";
  };

  bazelapi = fetchurl {