Compare commits
2 commits
261d2ae2a0
...
fe8f5b177a
Author | SHA1 | Date | |
---|---|---|---|
fe8f5b177a | |||
206421d9cd |
2 changed files with 4 additions and 4 deletions
|
@ -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; {
|
||||
|
|
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue