justbuild: 1.4.3 -> 1.5.0 (#388191)

Co-authored-by: clkamp <clkamp@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-08 13:09:39 +00:00
committed by GitHub
co-authored by clkamp
+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 {