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

jotta-cli: 0.6.21799 -> 0.6.24251

authored by Maximilian Bosch and committed by GitHub de1bcd78 9255c067

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