Skip to content

Commit e6fb85e

Browse files
authored
dependabot-cli: 1.68.0 -> 1.71.0 (#435123)
2 parents 667c3a1 + 3ab6b3d commit e6fb85e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pkgs/by-name/de/dependabot-cli/package.nix

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
}:
1313
let
1414
pname = "dependabot-cli";
15-
version = "1.68.0";
15+
version = "1.71.0";
1616

1717
# `tag` is what `dependabot` uses to find the relevant docker images.
1818
tag = "nixpkgs-dependabot-cli-${version}";
1919

2020
# Get these hashes from
2121
# nix run nixpkgs#nix-prefetch-docker -- --image-name ghcr.io/github/dependabot-update-job-proxy/dependabot-update-job-proxy --image-tag latest --final-image-name dependabot-update-job-proxy --final-image-tag ${tag}
22-
updateJobProxy.imageDigest = "sha256:83834c9a112c3e29c4bc357e17ee057c32232f443bc295130b024077acbcca4e";
23-
updateJobProxy.hash = "sha256-ej6AEvnp7n8O6eArrVAJgXzeco/Rz+tXg7gVxo0OsW8=";
22+
updateJobProxy.imageDigest = "sha256:a42f9b9845929ae044b8cd51b5335195c33fd610405e558552408287c5295827";
23+
updateJobProxy.hash = "sha256-pEtwBoJ+wF2TdQCcCyigLg4NYqOp2oNCEB7oCJOkwYc=";
2424

2525
# Get these hashes from
2626
# nix run nixpkgs#nix-prefetch-docker -- --image-name ghcr.io/dependabot/dependabot-updater-github-actions --image-tag latest --final-image-name dependabot-updater-github-actions --final-image-tag ${tag}
27-
updaterGitHubActions.imageDigest = "sha256:90a65d2c98f8fc8ac1fd6291ea0be02a911818d4fa8ec788ceb1c9227fa844f4";
28-
updaterGitHubActions.hash = "sha256-uc/yetek6XHTWQb1+DJiOWEHS2nea+/jd/lJdpI6m7E=";
27+
updaterGitHubActions.imageDigest = "sha256:ca93364b87b6a803d0005409cdb4c61d9c6d808dca33de47de14ef8c30811b51";
28+
updaterGitHubActions.hash = "sha256-TnV8IaBrGPpd06YYmvazGMlZTAVJIMCSWdOgi6hkpRE=";
2929
in
3030
buildGoModule {
3131
inherit pname version;
@@ -34,10 +34,10 @@ buildGoModule {
3434
owner = "dependabot";
3535
repo = "cli";
3636
rev = "v${version}";
37-
hash = "sha256-Pd9Q5ipwcj7KQ+Nr7Tyga3xwGKLPFJIPc23fob0EQeA=";
37+
hash = "sha256-RZNZ72FG4KQr52X0No6iXU4NMUQs7k000KYpw2Kuz5U=";
3838
};
3939

40-
vendorHash = "sha256-vitkSAvc7TAXcqXQPbnIE0z4tYlSvdx072hzAB50O3I=";
40+
vendorHash = "sha256-5zOMTe8Sa/nkIGtwm4FbAqv3/9Mg5Du2ixxF84VQbXE=";
4141

4242
ldflags = [
4343
"-s"

0 commit comments

Comments
 (0)