justbuild: 1.5.1 -> 1.5.2 (#411343)

This commit is contained in:
Pol Dellaiera
2025-05-27 09:58:53 +00:00
committed by GitHub

View File

@@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation rec {
pname = "justbuild";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "just-buildsystem";
repo = "justbuild";
rev = "refs/tags/v${version}";
hash = "sha256-EPRWJRo6vE4QizmWuh7yW3fZOIuS9I8EMiloBiqfVxs=";
hash = "sha256-Vde8/oOZ6djf4b/eXykzdsG+a+huWNbTZQFzr/YeXq4=";
};
bazelapi = fetchurl {