copybara: 20260330 -> 20260413

This commit is contained in:
R. Ryantm
2026-04-14 02:58:55 +00:00
parent 0f1ed4ec26
commit cfd6862b0b
+2 -2
View File
@@ -13,11 +13,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "copybara";
version = "20260330";
version = "20260413";
src = fetchurl {
url = "https://github.com/google/copybara/releases/download/v${finalAttrs.version}/copybara_deploy.jar";
hash = "sha256-O/H5eeais4xKAWshC8nZfLqeIYdjVxLVZ5d1sUFnF1w=";
hash = "sha256-8FmXPfxlORbIA0cAcRPGMQ7n1tI/VjJ3uI7PHQHuaZU=";
};
nativeBuildInputs = [