tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
commonsLang: 3.13.0 -> 3.14.0
R. Ryantm
2 years ago
a067fcce
4aeb82af
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
java
commons
lang
default.nix
+2
-2
pkgs/development/libraries/java/commons/lang/default.nix
···
4
4
}:
5
5
6
6
stdenv.mkDerivation (finalAttrs: {
7
7
-
version = "3.13.0";
7
7
+
version = "3.14.0";
8
8
pname = "commons-lang";
9
9
10
10
src = fetchurl {
11
11
url = "mirror://apache/commons/lang/binaries/commons-lang3-${finalAttrs.version}-bin.tar.gz";
12
12
-
hash = "sha256-yDEbe1wqyfxuJe2DK55YnNLKLh7JcsHAgp2OohWBwWU=";
12
12
+
hash = "sha256-MXw+P81fzKN4GnmW/x4MUMEyRO6WHpTl9vbYS4RzOxY=";
13
13
};
14
14
15
15
installPhase = ''