jotta-cli: 0.14.58899 -> 0.14.60923

This commit is contained in:
R. Ryantm 2022-07-31 14:05:56 +00:00
parent 6fde9705e8
commit 8c91504d48

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