Unverified Commit e8a605e1 authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

woodpecker-server: 3.11.0 -> 3.12.0 (#463319)

parents e0ccd7ef de71771e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ lib, fetchzip }:
let
  version = "3.11.0";
  srcHash = "sha256-mLyEHNMePVZI6MOSyeD9NMp9QXRXQ7h3LFSxHxpf878=";
  version = "3.12.0";
  srcHash = "sha256-36802UcUufQS8zhpWDfbO1wTRZElDD3HpxSwNTrXGp0=";
  vendorHash = null; # The tarball contains vendored dependencies
in
{