justbuild: 1.4.3 -> 1.5.0

This commit is contained in:
R. Ryantm
2025-03-08 12:04:58 +00:00
parent 16d17a34e1
commit a65889ad2a
+2 -2
View File
@@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation rec {
pname = "justbuild";
version = "1.4.3";
version = "1.5.0";
src = fetchFromGitHub {
owner = "just-buildsystem";
repo = "justbuild";
rev = "refs/tags/v${version}";
hash = "sha256-Hx+MU1W/vwN+hlAAbIieBAmHUw65AGZ10ItBdIG+IEM=";
hash = "sha256-HewKW2yezsc7mYZ6r3c0w/M3ybPzXqLPUL8N+plqE8o=";
};
bazelapi = fetchurl {