lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

checkstyle: 6.9 -> 6.10.1

+2 -2
+2 -2
pkgs/development/tools/analysis/checkstyle/default.nix
··· 1 1 { stdenv, fetchurl }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "6.9"; 4 + version = "6.10.1"; 5 5 name = "checkstyle-${version}"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://sourceforge/checkstyle/${name}-bin.tar.gz"; 9 - sha256 = "122lzqai6nb1wx9z9hc92sld9ghrynywf4f4lz6wk50kywcp0p70"; 9 + sha256 = "18axx444hzi1gcbqa7nyifdvyqsiab0asya4qwa7y6khiq7y3myb"; 10 10 }; 11 11 12 12 installPhase = ''