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

jotta-cli: 0.11.44593 -> 0.12.51202
This commit is contained in:
Jörg Thalheim 2021-12-11 15:11:30 +00:00 committed by GitHub
commit 9c2e7ee9a5
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.11.44593";
version = "0.12.51202";
src = fetchzip {
url = "https://repo.jotta.us/archives/linux/${arch}/jotta-cli-${version}_linux_${arch}.tar.gz";
sha256 = "1f06zmcpvm0f3phwc43ai6v4ykhkrd4f3br2j89nx9bfmj6ss2ic";
sha256 = "sha256-B7Rn/0hFVUsEK2Wo8KbqAnzOwQmMKkAssfmaN3dPAUY=";
stripRoot = false;
};