tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
checkstyle: 11.0.0 -> 11.0.1
R. Ryantm
4 months ago
fb465fb4
55663711
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ch
checkstyle
package.nix
+2
-2
pkgs/by-name/ch/checkstyle/package.nix
···
7
}:
8
9
stdenvNoCC.mkDerivation rec {
10
-
version = "11.0.0";
11
pname = "checkstyle";
12
13
src = fetchurl {
14
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
15
-
sha256 = "sha256-WbmHE0A1OxqGsNqmyPh6QQwhhnUAw6QiQIuftcnsLHY=";
16
};
17
18
nativeBuildInputs = [ makeBinaryWrapper ];
···
7
}:
8
9
stdenvNoCC.mkDerivation rec {
10
+
version = "11.0.1";
11
pname = "checkstyle";
12
13
src = fetchurl {
14
url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar";
15
+
sha256 = "sha256-e8ByK4En2zMguzvBFQR4RE9n9gA1ZIMdpLz7wJGXMpo=";
16
};
17
18
nativeBuildInputs = [ makeBinaryWrapper ];