1
0
Fork 0

Compare commits

...

2 commits

Author SHA1 Message Date
fe8f5b177a
vuetorrent: update to 2.4.0
Some checks failed
Update Flake / update-flake (push) Successful in 1m7s
Build / build-amd64-linux (push) Successful in 1m27s
Build / build-arm64-linux (push) Failing after 11m48s
2023-12-11 21:46:13 +01:00
206421d9cd
tabnine: update to 4.53.0 2023-12-11 21:46:13 +01:00
2 changed files with 4 additions and 4 deletions

View file

@ -3,11 +3,11 @@
pkgs.tabnine.overrideAttrs (
oa: rec {
# https://update.tabnine.com/bundles/version
version = "4.49.0";
version = "4.53.0";
src = pkgs.fetchurl {
url = "https://update.tabnine.com/bundles/${version}/aarch64-apple-darwin/TabNine.zip";
sha256 = "0wrzbv2mam83visp322vwg98f63wcxxwlwm5rzwyd0psgqmgjkb3";
sha256 = "01c1rxf6k5wv4758g9m8n6mngp07kr8xbskb5liz1x8cljcs6f72";
};
meta = with lib; {

View file

@ -2,11 +2,11 @@
pkgs.stdenv.mkDerivation rec {
pname = "vuetorrent";
version = "2.2.0";
version = "2.4.0";
src = pkgs.fetchurl {
url = "https://github.com/WDaan/VueTorrent/releases/download/v${version}/vuetorrent.zip";
sha256 = "sha256-E/00nJPqcml78mH5AlKKkORUpRu3xCjt4bDYdr5YpOA=";
sha256 = "14wmncy53vw2gl2kjdxljymdj5al0cb5m9zmqsbk15vajl081kb4";
};
buildInputs = with pkgs; [ unzip ];