tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
drone-cli: 1.7.0 -> 1.8.0
R. Ryantm
2 years ago
651e4edf
19f81576
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
continuous-integration
drone-cli
default.nix
+3
-3
pkgs/development/tools/continuous-integration/drone-cli/default.nix
···
4
4
}:
5
5
6
6
buildGoModule rec {
7
7
-
version = "1.7.0";
7
7
+
version = "1.8.0";
8
8
pname = "drone-cli";
9
9
revision = "v${version}";
10
10
···
12
12
owner = "harness";
13
13
repo = "drone-cli";
14
14
rev = revision;
15
15
-
hash = "sha256-PZ0M79duSctPepD5O+NdJZKhkyR21g/4P6loJtoWZiU=";
15
15
+
hash = "sha256-moxsGlm7Q9E0q9SZ2gZotn3tRbnbtwhDc9UNCCSb3pY=";
16
16
};
17
17
18
18
-
vendorHash = "sha256-JC7OR4ySDsVWmrBBTjpwZrkJlM8RJehbsvXW/VtA4VA=";
18
18
+
vendorHash = "sha256-rKZq2vIXvw4bZ6FXPqOip9dLiV5rSb1fWDJe3oxOBjw=";
19
19
20
20
# patch taken from https://patch-diff.githubusercontent.com/raw/harness/drone-cli/pull/179.patch
21
21
# but with go.mod changes removed due to conflict