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: bc8223d9f059
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 97f51dff5939
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 11, 2019

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    dtzWill Will Dietz
    Copy the full SHA
    a170a87 View commit details

Commits on Nov 26, 2019

  1. Merge pull request #61310 from cryptix/update/gocdServer

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

stdenv.mkDerivation rec {
name = "gocd-server-${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-server-${version}-${rev}.zip";
sha256 = "0x5pmjbhrka6p27drkrca7872vgsjxaa5j0cbxsa2ds02wrn57a7";
sha256 = "0c30qzd6awlw0zx91rk6na0mmgykqkgrw9ychx18ivjwma0hr0sc";
};

meta = with stdenv.lib; {