Skip to content

Commit

Permalink
Merge pull request NixOS#131902 from r-ryantm/auto-update/jenkins
Browse files Browse the repository at this point in the history
jenkins: 2.289.2 -> 2.289.3
  • Loading branch information
fpletz authored Jul 29, 2021
2 parents 98dcfcf + 7bc3daf commit 3b4da68
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{ lib, stdenv, fetchurl, common-updater-scripts, coreutils, git, gnused, makeWrapper, nix
, nixfmt, openjdk, writeScript, nixosTests, jq, cacert, curl }:
{ lib, stdenv, fetchurl, common-updater-scripts, coreutils, git, gnused
, makeWrapper, nix, nixfmt, openjdk, writeScript, nixosTests, jq, cacert, curl
}:

stdenv.mkDerivation rec {
pname = "jenkins";
version = "2.289.2";
version = "2.289.3";

src = fetchurl {
url = "http://mirrors.jenkins.io/war-stable/${version}/jenkins.war";
sha256 = "0413ymfrb00ifxl8ww8nn8y4k07jhgsaxaw2h0qnfh9s6yxifpbf";
sha256 = "11wb4kqy1hja2fgnqsr6p0khdyvinclprxz9z5m58czrsllzsvcr";
};

nativeBuildInputs = [ makeWrapper ];
Expand Down

0 comments on commit 3b4da68

Please sign in to comment.