Skip to content

Commit

Permalink
woodpecker-server: 2.6.0 -> 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens committed Jul 19, 2024
1 parent 8b13d6d commit 537b37f
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 537b37f

Please sign in to comment.