jenkins: 2.361.2 -> 2.361.3

https://www.jenkins.io/changelog-stable/#v2.361.3
This commit is contained in:
ajs124 2022-11-02 12:27:07 +01:00
parent 238d1dbf62
commit 4700f6f7ee

View File

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
pname = "jenkins";
version = "2.361.2";
version = "2.361.3";
src = fetchurl {
url = "https://get.jenkins.io/war-stable/${version}/jenkins.war";
hash = "sha256-QRp5x+DVCCdFBx4mEIE0aqTKJ/ZJ/rBBdW0dJ6mD2/Y=";
hash = "sha256-85y40J/RfHLcCWURzlDyRfwwBNECKqr2BCGlNvdAybk=";
};
nativeBuildInputs = [ makeWrapper ];