Skip to content

Commit

Permalink
Merge pull request #328330 from adamcstephens/woodpecker/2.7.0
Browse files Browse the repository at this point in the history
woodpecker: 2.6.0 -> 2.7.0
  • Loading branch information
0x4A6F authored Jul 19, 2024
2 parents 20f734b + adf2eb4 commit c3e7bd2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "2.6.0";
srcHash = "sha256-SuTizOHsj1t4WovbOX5MuMZixbPo7TyCnD6nnf62/H4=";
version = "2.7.0";
srcHash = "sha256-A9F+kKR4oM4IEA5qLqMaQiW9KAjuQgyvv3peXos3gX8=";
# The tarball contains vendored dependencies
vendorHash = null;
in
Expand Down

0 comments on commit c3e7bd2

Please sign in to comment.