lol

jhiccup: 2.0.8 -> 2.0.9

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/jhiccup/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/di6qgm16dycmq6xg4jhwbmin207kykkr-jhiccup-2.0.9/bin/jHiccup had a zero exit code or showed the expected version
- /nix/store/di6qgm16dycmq6xg4jhwbmin207kykkr-jhiccup-2.0.9/bin/jHiccupLogProcessor passed the binary check.
- 1 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 2.0.9 with grep in /nix/store/di6qgm16dycmq6xg4jhwbmin207kykkr-jhiccup-2.0.9
- directory tree listing: https://gist.github.com/83abe7e20b3fd3db4dd38e3223479de0
- du listing: https://gist.github.com/196b47d4bb8d9ecf736bb2a7be08ce2c

authored by

R. RyanTM and committed by
Austin Seipp
82fbc339 31712afa

+2 -2
+2 -2
pkgs/development/tools/java/jhiccup/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "jhiccup-${version}"; 5 - version = "2.0.8"; 5 + version = "2.0.9"; 6 6 7 7 src = fetchzip { 8 8 url = "https://www.azul.com/files/jHiccup-${version}-dist.zip"; 9 - sha256 = "1q4wd5ywisgh0f4ic7iglxai0gc8mnl1pkjw1hm1xdij8j5i488g"; 9 + sha256 = "1y089kzj191j3vclkma4vi1w66pw4jqrnm5z0qw264wqcn0hnq11"; 10 10 }; 11 11 12 12 configurePhase = ":";