Merge pull request #314483 from r-ryantm/auto-update/commonsFileUpload

commonsFileUpload: 1.4 -> 1.5
This commit is contained in:
Matthias Beyer 2024-05-26 10:58:25 +02:00 committed by GitHub
commit d41e98e31a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{lib, stdenv, fetchurl}:
stdenv.mkDerivation rec {
version = "1.4";
version = "1.5";
pname = "commons-fileupload";
src = fetchurl {
url = "mirror://apache/commons/fileupload/binaries/${pname}-${version}-bin.tar.gz";
sha256 = "1avfv4gljp7flra767yzas54vfb6az9s1nhxfjv48jj2x0llxxkx";
sha256 = "sha256-r7EGiih4qOCbjaL7Wg+plbe0m3CuFWXs/RmbfGLmj1g=";
};
installPhase = ''
tar xf ${src}