Skip to content

Commit

Permalink
woodpecker-server: 2.7.3 -> 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 12, 2024
1 parent 52a2613 commit 0089df3
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.7.3";
srcHash = "sha256-ut5F2KZlWkJeAiLv2z9WmSoUoXxbzCXCgmZiwtX0f+U=";
version = "2.8.0";
srcHash = "sha256-0aYEZaLFPLyGoHplyGZsn4xerUlYi00aLfgkqO2Yb2E=";
# The tarball contains vendored dependencies
vendorHash = null;
in
Expand Down

0 comments on commit 0089df3

Please sign in to comment.