justbuild: 1.5.0 -> 1.5.1

This commit is contained in:
R. Ryantm
2025-04-10 13:44:24 +00:00
parent c43286150c
commit 0bc51d894b
+2 -2
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 {