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

jotta-cli: 0.15.80533 -> 0.15.84961
This commit is contained in:
Nick Cao 2023-07-14 08:12:24 +08:00 committed by GitHub
commit 671d61510f
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.15.80533";
version = "0.15.84961";
src = fetchzip {
url = "https://repo.jotta.us/archives/linux/${arch}/jotta-cli-${version}_linux_${arch}.tar.gz";
sha256 = "sha256-4Knenhuezc+hKqVVY/l5d7SNfiAHyxspwGEgJj++GQM=";
sha256 = "sha256-ay2YEtvGF93QAcpszxIiKRkrHGE02u80ujhMT39KD7Y=";
stripRoot = false;
};