Commit 15e13302 authored by R. RyanTM's avatar R. RyanTM
Browse files

copybara: 20260112 -> 20260216

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

  src = fetchurl {
    url = "https://github.com/google/copybara/releases/download/v${finalAttrs.version}/copybara_deploy.jar";
    hash = "sha256-of7t102F1V9eLJZaqB1Ctrui+NmWdEU+aSbEuw29j+s=";
    hash = "sha256-M36kpWy2LWUQt4gGBQexY+ZmYaJbwJDEu/QcdLhEBxQ=";
  };

  nativeBuildInputs = [