mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
jenkins: 2.249.2 → 2.249.3
This commit is contained in:
parent
66d8c7d29a
commit
37cd50fa35
@ -1,12 +1,13 @@
|
||||
{ stdenv, fetchurl, common-updater-scripts, coreutils, git, gnused, nix, nixfmt, writeScript, nixosTests, jq, cacert, curl }:
|
||||
{ stdenv, fetchurl, common-updater-scripts, coreutils, git, gnused, nix, nixfmt
|
||||
, writeScript, nixosTests, jq, cacert, curl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "jenkins";
|
||||
version = "2.249.2";
|
||||
version = "2.249.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://mirrors.jenkins.io/war-stable/${version}/jenkins.war";
|
||||
sha256 = "08m5z4ik96gnhw92hjzch7rpvrs0dipi9fps4rihwwzg5k26rc0v";
|
||||
sha256 = "00lpqkkz7k0m2czz1sg54gb90sljc14i5a2kpikrkiw8aqfz3s4d";
|
||||
};
|
||||
|
||||
buildCommand = ''
|
||||
@ -21,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
#!${stdenv.shell}
|
||||
set -o errexit
|
||||
PATH=${
|
||||
stdenv.lib.makeBinPath [
|
||||
stdenv.lib.makeBinPath [
|
||||
cacert
|
||||
common-updater-scripts
|
||||
coreutils
|
||||
|
Loading…
Reference in New Issue
Block a user