Merge pull request #274572 from r-ryantm/auto-update/jotta-cli

jotta-cli: 0.15.93226 -> 0.15.98319

authored by OTABI Tomoya and committed by GitHub 0acf0dc3 f82d8fb3

+2 -2
+2 -2
pkgs/applications/misc/jotta-cli/default.nix
··· 5 5 in 6 6 stdenv.mkDerivation rec { 7 7 pname = "jotta-cli"; 8 - version = "0.15.93226"; 8 + version = "0.15.98319"; 9 9 src = fetchzip { 10 10 url = "https://repo.jotta.us/archives/linux/${arch}/jotta-cli-${version}_linux_${arch}.tar.gz"; 11 - sha256 = "sha256-RMN/OQHnHCx/xbi/J9LiK6m0TkPvd34GtmR6lr66pKs="; 11 + sha256 = "sha256-0gc3uXBByBR2shKhtUElEiz2saCwmH9vxWFf/WZm6hw="; 12 12 stripRoot = false; 13 13 }; 14 14