copybara: 20250804 -> 20250811

This commit is contained in:
R. Ryantm 2025-08-18 01:04:12 +00:00
parent 8000dc1d3f
commit a20fd0729b

View File

@ -13,11 +13,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "copybara";
version = "20250804";
version = "20250811";
src = fetchurl {
url = "https://github.com/google/copybara/releases/download/v${finalAttrs.version}/copybara_deploy.jar";
hash = "sha256-lus3WEwpd9TIGy7IO11d8eZ3S6J/jHzWRFQ76gRiVXg=";
hash = "sha256-UT2YlHo0aLLfdLjz1STSYb7VRgl5G7eJBg9uqsmu5Xs=";
};
nativeBuildInputs = [