justbuild: 1.5.0 -> 1.5.1 (#397679)

Co-authored-by: clkamp <clkamp@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-04-11 21:01:36 +00:00 committed by GitHub
commit 9aa0bddfd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,13 +33,13 @@ let
in
stdenv.mkDerivation rec {
pname = "justbuild";
version = "1.5.0";
version = "1.5.1";
src = fetchFromGitHub {
owner = "just-buildsystem";
repo = "justbuild";
rev = "refs/tags/v${version}";
hash = "sha256-HewKW2yezsc7mYZ6r3c0w/M3ybPzXqLPUL8N+plqE8o=";
hash = "sha256-EPRWJRo6vE4QizmWuh7yW3fZOIuS9I8EMiloBiqfVxs=";
};
bazelapi = fetchurl {