0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

woodpecker-server: 3.0.1 -> 3.1.0 (#384054)

This commit is contained in:
Bruno BELANYI 2025-02-21 23:21:43 +00:00 committed by GitHub
commit 63d0ef62b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
{ lib, fetchzip }:
let
version = "3.0.1";
srcHash = "sha256-BJHvZhi/jjVH/NZKqGwL2ZiYGxM72EtJ0KTO21IigAY=";
version = "3.1.0";
srcHash = "sha256-RuO2n0kgx13DWuZIowsiS5RovSFvq0kqwaj5Uz7IykI=";
# The tarball contains vendored dependencies
vendorHash = null;
in