copybara: 20251117 -> 20251124

This commit is contained in:
R. Ryantm
2025-11-29 02:23:19 +00:00
parent 6a49303095
commit 6ef7bf5a6a
+2 -2
View File
@@ -13,11 +13,11 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "copybara"; pname = "copybara";
version = "20251117"; version = "20251124";
src = fetchurl { src = fetchurl {
url = "https://github.com/google/copybara/releases/download/v${finalAttrs.version}/copybara_deploy.jar"; url = "https://github.com/google/copybara/releases/download/v${finalAttrs.version}/copybara_deploy.jar";
hash = "sha256-QbmBrkkqLtB/5ZS9o+Z4KKbogFv5lccEGgLZsuVuPrg="; hash = "sha256-4MWmzeLpuDlz/Y8N0WmzASADtFCuWNMPT8QnCTrPRrQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [