justbuild: 1.5.2 -> 1.5.3 (#417455)

This commit is contained in:
Pol Dellaiera
2025-06-17 13:16:48 +02:00
committed by GitHub
+2 -2
View File
@@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation rec {
pname = "justbuild";
version = "1.5.2";
version = "1.5.3";
src = fetchFromGitHub {
owner = "just-buildsystem";
repo = "justbuild";
rev = "refs/tags/v${version}";
hash = "sha256-Vde8/oOZ6djf4b/eXykzdsG+a+huWNbTZQFzr/YeXq4=";
hash = "sha256-1qVe2s3MCmFm4hAwFwGn1jj6eVcBnvhvuK3OnNEuxQM=";
};
bazelapi = fetchurl {