Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6bdec0b8281f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bc8223d9f059
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 11, 2019

  1. Copy the full SHA
    2e58cfa View commit details

Commits on Nov 26, 2019

  1. Merge pull request #61309 from cryptix/update/gocdAgent

    gocd-agent: 16.9.0-4001 -> 19.3.0-8959
    grahamc authored Nov 26, 2019
    Copy the full SHA
    bc8223d View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/tools/continuous-integration/gocd-agent/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@

stdenv.mkDerivation rec {
name = "gocd-agent-${version}-${rev}";
version = "16.9.0";
rev = "4001";
version = "19.3.0";
rev = "8959";

src = fetchurl {
url = "https://download.go.cd/binaries/${version}-${rev}/generic/go-agent-${version}-${rev}.zip";
sha256 = "1xcwwjf2khhng6v1y7dvi579y2j643al9n0x80m0c46qb9mzd04x";
sha256 = "1nirdv82i8x4s1dyb0rmxldh8avappd4g3mbbl6xp7r7s0drcprp";
};
meta = with stdenv.lib; {
description = "A continuous delivery server specializing in advanced workflow modeling and visualization";