We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a14a287 + 75e6fed commit 324a643Copy full SHA for 324a643
2 files changed
default.nix
@@ -56,7 +56,7 @@ pkgs.stdenvNoCC.mkDerivation rec {
56
dontConfigure = true;
57
outputHashAlgo = "sha256";
58
outputHashMode = "recursive";
59
- outputHash = "sha256-Gimt6L54yyaX3BtdhQlVu1j4c4y++Mip0GzMl/IfzMc=";
+ outputHash = "sha256-TYZP4XhM3ExLNC3H/QLch6LMVQxbR1LECwubMZn+RXY=";
60
};
61
62
jre-minimal = pkgs.callPackage (import "${sources.nixpkgs}/pkgs/development/compilers/openjdk/jre.nix") {
pom.xml
@@ -150,7 +150,7 @@
150
<dependency>
151
<groupId>commons-io</groupId>
152
<artifactId>commons-io</artifactId>
153
- <version>2.12.0</version>
+ <version>2.14.0</version>
154
</dependency>
155
156
0 commit comments