From 697b6d2f901eb3ebc3904af0ec3c8a0a20ccf694 Mon Sep 17 00:00:00 2001 From: Shawn Warren Date: Wed, 10 Aug 2016 12:42:22 -0500 Subject: gocd-agent: 16.6.0-3590 -> 16.7.0-3819 Bump gocd-agent version to 16.7.0-3819 and update sha256 checksum. --- .../development/tools/continuous-integration/gocd-agent/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/continuous-integration/gocd-agent/default.nix b/pkgs/development/tools/continuous-integration/gocd-agent/default.nix index 94938c2626a56..e252362a05928 100644 --- a/pkgs/development/tools/continuous-integration/gocd-agent/default.nix +++ b/pkgs/development/tools/continuous-integration/gocd-agent/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { name = "gocd-agent-${version}-${rev}"; - version = "16.6.0"; - rev = "3590"; + version = "16.7.0"; + rev = "3819"; src = fetchurl { url = "https://download.go.cd/binaries/${version}-${rev}/generic/go-agent-${version}-${rev}.zip"; - sha256 = "ee076c62b388a6ed88d5065f18a4a96cb0d3161f693c16f920d85886d295ff27"; + sha256 = "24cc47099d2e9cc1d3983e1ab65957316770f791632e572189b1e6c0183403b7"; }; meta = with stdenv.lib; { description = "A continuous delivery server specializing in advanced workflow modeling and visualization"; -- cgit 1.4.1