Skip to content

Commit 63d0ef6

Browse files
authored
woodpecker-server: 3.0.1 -> 3.1.0 (#384054)
2 parents f086928 + f7de608 commit 63d0ef6

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/tools/continuous-integration/woodpecker

1 file changed

+2
-2
lines changed

pkgs/development/tools/continuous-integration/woodpecker/common.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ lib, fetchzip }:
22
let
3-
version = "3.0.1";
4-
srcHash = "sha256-BJHvZhi/jjVH/NZKqGwL2ZiYGxM72EtJ0KTO21IigAY=";
3+
version = "3.1.0";
4+
srcHash = "sha256-RuO2n0kgx13DWuZIowsiS5RovSFvq0kqwaj5Uz7IykI=";
55
# The tarball contains vendored dependencies
66
vendorHash = null;
77
in

0 commit comments

Comments
 (0)