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

Commits on Oct 29, 2019

  1. jenkins: 2.176.3 -> 2.190.1

    (cherry picked from commit 6ab2a81)
    NeQuissimus committed Oct 29, 2019
    Copy the full SHA
    ee34d20 View commit details
  2. Copy the full SHA
    561636e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/tools/continuous-integration/jenkins/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "jenkins";
version = "2.176.3";
version = "2.190.2";

src = fetchurl {
url = "http://mirrors.jenkins.io/war-stable/${version}/jenkins.war";
sha256 = "18wsggb4fhlacpxpxkd04zwj56gqjccrbkhs35vkyixwwazcf1ll";
sha256 = "09zij2gpg1i0pkx1nsgccc26p8z4gy4ljhch8m767xaa0000lqj7";
};

buildCommand = ''