lol

Merge pull request #193019 from r-ryantm/auto-update/checkstyle

checkstyle: 10.3.3 -> 10.3.4

authored by

figsoda and committed by
GitHub
0ceccf80 28845fc6

+2 -2
+2 -2
pkgs/development/tools/analysis/checkstyle/default.nix
··· 1 1 { lib, stdenv, fetchurl, makeWrapper, jre }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "10.3.3"; 4 + version = "10.3.4"; 5 5 pname = "checkstyle"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/checkstyle/checkstyle/releases/download/checkstyle-${version}/checkstyle-${version}-all.jar"; 9 - sha256 = "sha256-J4Ty6nblCylRfyHcxqDXJ6LAh2g7+cD+uNorW1EmwYc="; 9 + sha256 = "sha256-HOKEbBU2jo7AJmSMVG2j1yM4VfcdN+Tl/MiazxtKYHw="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ makeWrapper ];