mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 16:45:49 +01:00
Merge pull request #111937 from r-ryantm/auto-update/jotta-cli
jotta-cli: 0.9.38023 -> 0.9.39536
This commit is contained in:
commit
42e251656a
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "jotta-cli";
|
pname = "jotta-cli";
|
||||||
version = "0.9.38023";
|
version = "0.9.39536";
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://repo.jotta.us/archives/linux/${arch}/jotta-cli-${version}_linux_${arch}.tar.gz";
|
url = "https://repo.jotta.us/archives/linux/${arch}/jotta-cli-${version}_linux_${arch}.tar.gz";
|
||||||
sha256 = "0whbf7sb4i3g1f6yps3a6l3f0z3dg681ypax4snxw5vchi3h99kc";
|
sha256 = "sha256-JZtc6Si3ZQoRG3q+ctzPPQm7WbMYRailIuq/Y5Avd2s=";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue