Unverified Commit a5436c24 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

copybara: 20260112 -> 20260216 (#483648)

parents 375e7e28 15e13302
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 = [