jenkins: 2.263.2 → 2.263.3

This commit is contained in:
Tim Steinbach 2021-01-29 16:11:16 +00:00
parent c78daf764b
commit 40463bfd03
No known key found for this signature in database
GPG Key ID: 1B40229F19262402

View File

@ -1,13 +1,13 @@
{ lib, stdenv, fetchurl, common-updater-scripts, coreutils, git, gnused, nix, nixfmt
, writeScript, nixosTests, jq, cacert, curl }:
{ lib, stdenv, fetchurl, common-updater-scripts, coreutils, git, gnused, nix
, nixfmt, writeScript, nixosTests, jq, cacert, curl }:
stdenv.mkDerivation rec {
pname = "jenkins";
version = "2.263.2";
version = "2.263.3";
src = fetchurl {
url = "http://mirrors.jenkins.io/war-stable/${version}/jenkins.war";
sha256 = "13l7y1307iv54z2zsjy0slzv2hpqv9i35qb15xa8s6sl7lcm9l49";
sha256 = "0lyzmv378yjz4p4dlpm1nwdq4p781nycvspdik82xbxg4s6gamd3";
};
buildCommand = ''