Unverified Commit 0d565e79 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

jotta-cli: 0.15.98319 -> 0.15.107955
parents 8654d9e5 448b56bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@ let
in
stdenv.mkDerivation rec {
  pname = "jotta-cli";
  version = "0.15.98319";
  version = "0.15.107955";
  src = fetchzip {
      url = "https://repo.jotta.us/archives/linux/${arch}/jotta-cli-${version}_linux_${arch}.tar.gz";
      sha256 = "sha256-0gc3uXBByBR2shKhtUElEiz2saCwmH9vxWFf/WZm6hw=";
      sha256 = "sha256-qCG3yi0ACmqOnn+gaCN8GedciUobpOww50Kz5AdknqU=";
      stripRoot = false;
    };