1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

jenkins: 2.101 -> 2.103

This commit is contained in:
Franz Pletz 2018-01-28 02:25:38 +01:00
parent cc98976b47
commit e3fbefd678
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "jenkins-${version}";
version = "2.101";
version = "2.103";
src = fetchurl {
url = "http://mirrors.jenkins-ci.org/war/${version}/jenkins.war";
sha256 = "0ragl8hhdlx2zpjzrx3xsvr5i0fvgshgbkqx0h48hgm73pf99227";
sha256 = "1d771q4xjjji7ydh6xjz3j6hz2mszxh0m3zqjh4khlzqhnvydlha";
};
buildCommand = ''