Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

jenkins: 1.643 -> 1.647

authored by Allan Espinosa and committed by Bjørn Forsman 60c7bd12 c4417623

+2 -2
+2 -2
pkgs/development/tools/continuous-integration/jenkins/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 name = "jenkins-${version}"; 5 - version = "1.643"; 6 7 src = fetchurl { 8 url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war"; 9 - sha256 = "b8c6387e56d04a0a4a7ec8d9dacd379fbd5d4001d01fdfcd443f9864809f9293"; 10 }; 11 meta = with stdenv.lib; { 12 description = "An extendable open source continuous integration server";
··· 2 3 stdenv.mkDerivation rec { 4 name = "jenkins-${version}"; 5 + version = "1.647"; 6 7 src = fetchurl { 8 url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war"; 9 + sha256 = "03r0wic5y8yhpa353s5px7l6m63p7jkb56sh6k4k5dacsc4qcxsj"; 10 }; 11 meta = with stdenv.lib; { 12 description = "An extendable open source continuous integration server";