tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gocd-agent: 16.7.0-3819 -> 16.9.0-4001
Tom von Schwerdtner
9 years ago
9a2f40c0
ffddcc88
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
continuous-integration
gocd-agent
default.nix
+3
-3
pkgs/development/tools/continuous-integration/gocd-agent/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
name = "gocd-agent-${version}-${rev}";
5
5
-
version = "16.7.0";
6
6
-
rev = "3819";
5
5
+
version = "16.9.0";
6
6
+
rev = "4001";
7
7
8
8
src = fetchurl {
9
9
url = "https://download.go.cd/binaries/${version}-${rev}/generic/go-agent-${version}-${rev}.zip";
10
10
-
sha256 = "24cc47099d2e9cc1d3983e1ab65957316770f791632e572189b1e6c0183403b7";
10
10
+
sha256 = "1xcwwjf2khhng6v1y7dvi579y2j643al9n0x80m0c46qb9mzd04x";
11
11
};
12
12
meta = with stdenv.lib; {
13
13
description = "A continuous delivery server specializing in advanced workflow modeling and visualization";