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

jotta-cli: 0.14.58899 -> 0.14.60923
This commit is contained in:
Mario Rodas 2022-08-01 08:23:15 -05:00 committed by GitHub
commit 9ef569f97f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,10 @@ let
in
stdenv.mkDerivation rec {
pname = "jotta-cli";
version = "0.14.58899";
version = "0.14.60923";
src = fetchzip {
url = "https://repo.jotta.us/archives/linux/${arch}/jotta-cli-${version}_linux_${arch}.tar.gz";
sha256 = "sha256-V4aShSMifXQl+qnCspm+P4q99Fn3N+us/sLzzTVV7mg=";
sha256 = "sha256-9R2eml0MpOZQn8SIs8gN1d1ddQdKmTsPBEWqHCvW8yo=";
stripRoot = false;
};