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

woodpecker-server: 3.0.1 -> 3.1.0

This commit is contained in:
R. Ryantm 2025-02-21 21:43:19 +00:00
parent 64e8b14527
commit f7de60833f

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