tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
woodpecker: 0.15.3 -> 0.15.5
techknowlogick
3 years ago
14b63e7d
3203d30d
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
continuous-integration
woodpecker
common.nix
+4
-4
pkgs/development/tools/continuous-integration/woodpecker/common.nix
···
1
1
{ lib, fetchFromGitHub }:
2
2
let
3
3
-
version = "0.15.3";
4
4
-
srcSha256 = "sha256-HOOH3H2SXLcT2oW/xL80TO+ZSI+Haulnznpb4hlCQow=";
5
5
-
yarnSha256 = "sha256-x9g0vSoexfknqLejgcNIigmkFnqYsmhcQNTOStcj68o=";
3
3
+
version = "0.15.5";
4
4
+
srcSha256 = "yaA2PKw4xuqd8vGXh/GhcJJHw4mJ1z97tWJTREE14ow=";
5
5
+
yarnSha256 = "1jpb4gblmknl81f6iclqg8ba82ca931q38xpm0kzki8y5ayk9n67";
6
6
in
7
7
{
8
8
inherit version yarnSha256;
···
31
31
meta = with lib; {
32
32
homepage = "https://woodpecker-ci.org/";
33
33
license = licenses.asl20;
34
34
-
maintainers = with maintainers; [ ambroisie ];
34
34
+
maintainers = with maintainers; [ ambroisie techknowlogick ];
35
35
};
36
36
}