jotta-cli: 0.15.80533 -> 0.15.84961

This commit is contained in:
R. Ryantm 2023-07-13 05:12:20 +00:00
parent ff6e67d2c2
commit 3a3ab6bcbd

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;
};