Commit c5ceaffc authored by R. RyanTM's avatar R. RyanTM
Browse files

copybara: 20250929 -> 20251020

parent f1d065ea
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,11 +13,11 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "copybara";
  version = "20250929";
  version = "20251020";

  src = fetchurl {
    url = "https://github.com/google/copybara/releases/download/v${finalAttrs.version}/copybara_deploy.jar";
    hash = "sha256-7fI7YeGFmOc/t4JPW8dszX0/MctIJdCfRuJVjEn+7vQ=";
    hash = "sha256-Jpq35BtBpXKKQBFhP4qJFBpACiAJ+TZIv6R5pMKTIvQ=";
  };

  nativeBuildInputs = [