justbuild: 1.6.4 -> 1.6.5 (#509011)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-11 16:18:07 +00:00
committed by GitHub
+2 -2
View File
@@ -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 {