Skip to content

Commit

Permalink
jenkins: 2.235.5 -> 2.249.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Sep 10, 2020
1 parent edc1896 commit bc0dd71
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "jenkins";
version = "2.235.5";
version = "2.249.1";

src = fetchurl {
url = "http://mirrors.jenkins.io/war-stable/${version}/jenkins.war";
sha256 = "02zpnqhdkhg8p8cddkqklgihjpwcbnybkcw5rspipz6kiyqzg1n7";
sha256 = "1mjvxl48v0rdrs6hzwh4mx5xvx3lnqs6njx3d7nfdfp2nf2s9353";
};

buildCommand = ''
Expand Down

0 comments on commit bc0dd71

Please sign in to comment.