nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

jotta-cli: 0.6.18626 -> 0.6.21799 (#79091)

authored by

Tor Hedin Brønner and committed by
GitHub
d9349644 a1bcf2c9

+3 -4
+3 -4
pkgs/applications/misc/jotta-cli/default.nix
··· 5 5 in 6 6 stdenv.mkDerivation rec { 7 7 pname = "jotta-cli"; 8 - version = "0.6.18626"; 9 - src = 10 - fetchzip { 8 + version = "0.6.21799"; 9 + src = fetchzip { 11 10 url = "https://repo.jotta.us/archives/linux/${arch}/jotta-cli-${version}_linux_${arch}.tar.gz"; 12 - sha256 = "0v9bw0f2mcvmzp7v8gs6q4p1q54rflqnbjv5sw7h1kyfwznmflzj"; 11 + sha256 = "19axrcfmycmdfgphkfwl9qgwd9xj8g37gmwi4ynb45w7nhfid5vm"; 13 12 stripRoot = false; 14 13 }; 15 14