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

commonsLang: 3.3.2 -> 3.6 (#52915)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/commons-lang/versions

authored by

R. RyanTM and committed by
Timo Kaufmann
a78a7339 8a728023

+2 -2
+2 -2
pkgs/development/libraries/java/commons/lang/default.nix
··· 1 1 { stdenv, fetchurl }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "3.3.2"; 4 + version = "3.6"; 5 5 name = "commons-lang-${version}"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://apache/commons/lang/binaries/commons-lang3-${version}-bin.tar.gz"; 9 - sha256 = "1fmcx52h4cd2b7bplm7wy3725vh8bix64j3ykkxcn357y4j8ddzr"; 9 + sha256 = "0r1wdjw48k2mk2wzyq5c3cx2zmark4q9psw52ma6v2i0sh6a9il0"; 10 10 }; 11 11 12 12 installPhase = ''