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

jotta-cli: 0.15.75988 -> 0.15.80533
This commit is contained in:
Weijia Wang
2023-04-27 21:42:46 +03:00
committed by GitHub
+2 -2
View File
@@ -5,10 +5,10 @@ let
in
stdenv.mkDerivation rec {
pname = "jotta-cli";
version = "0.15.75988";
version = "0.15.80533";
src = fetchzip {
url = "https://repo.jotta.us/archives/linux/${arch}/jotta-cli-${version}_linux_${arch}.tar.gz";
sha256 = "sha256-8ldr5FPbnNBlQb4YEbieIu3ZAjCzk5+MKdekq4dsNhc=";
sha256 = "sha256-4Knenhuezc+hKqVVY/l5d7SNfiAHyxspwGEgJj++GQM=";
stripRoot = false;
};