jotta-cli: 0.14.60923 -> 0.15.75988

This commit is contained in:
R. Ryantm 2023-02-25 16:16:50 +00:00
parent 21299ca839
commit da816da53f

View file

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