Skip to content

Commit

Permalink
auto: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
xddxdd-bot committed Oct 7, 2024
1 parent 378258a commit a1f29d0
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Or, use variables from this repository in case I change them:
| | `cloudpan189-go` | [cloudpan189-go](https://github.com/tickstep/cloudpan189-go) | 0.1.3 | CLI for China Telecom 189 Cloud Drive service, implemented in Go |
| | `cockpy` | [cockpy](https://github.com/Hiro420/CockPY) | unstable-2024-09-07 | public and open source version of the cbt2 ps im working on |
| | `cryptodev-unstable` | [cryptodev-linux](http://cryptodev-linux.org/) | unstable-2024-08-26 | Device that allows access to Linux kernel cryptographic drivers |
| | `decluttarr` | [decluttarr](https://github.com/ManiMatter/decluttarr) | 1.47.1 | Watches radarr, sonarr, lidarr and readarr download queues and removes downloads if they become stalled or no longer needed. |
| | `decluttarr` | [decluttarr](https://github.com/ManiMatter/decluttarr) | 1.48.0 | Watches radarr, sonarr, lidarr and readarr download queues and removes downloads if they become stalled or no longer needed. |
| `x86_64-linux` | `deepspeech-gpu` | [deepspeech-gpu](https://github.com/mozilla/DeepSpeech) | 0.9.3 | Speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers. |
| `x86_64-linux` | `deepspeech-wrappers` | [deepspeech](https://github.com/mozilla/DeepSpeech) | 0.9.3 | Speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers. |
| `x86_64-linux` | `dingtalk` | [dingtalk](https://www.dingtalk.com/) | 7.6.0.40718 | 钉钉 |
Expand Down Expand Up @@ -283,7 +283,7 @@ Or, use variables from this repository in case I change them:
| | `lantianCustomized.coredns` | [coredns](https://github.com/xddxdd/coredns) | 1.11.3 | CoreDNS with Lan Tian's modifications |
| | `lantianCustomized.firefox-icon-mikozilla-fireyae` | [firefox-icon-mikozilla-fireyae](https://www.reddit.com/r/Genshin_Impact/comments/x73g4p/mikozilla_fireyae/) | | Custom icon "Mikozilla Fireyae" for Firefox |
| | `lantianCustomized.librime-with-plugins` | [librime](https://rime.im/) | 1.11.2 | Librime with plugins (librime-charcode, librime-lua, librime-octagram, librime-proto) |
| | `lantianCustomized.llama-cpp` | [llama-cpp](https://github.com/ggerganov/llama.cpp/) | 3887 | Inference of Meta's LLaMA model (and others) in pure C/C++ |
| | `lantianCustomized.llama-cpp` | [llama-cpp](https://github.com/ggerganov/llama.cpp/) | 3889 | Inference of Meta's LLaMA model (and others) in pure C/C++ |
| | `lantianCustomized.nbfc-linux` | [nbfc-linux-lantian](https://github.com/xddxdd/nbfc-linux) | unstable-2022-06-13 | NoteBook FanControl ported to Linux (with Lan Tian's modifications) |
| | `lantianCustomized.nginx` | [nginx-lantian](https://openresty.org) | unstable-2024-09-14 | OpenResty with Lan Tian modifications |
| | `lantianCustomized.transmission-with-webui` | [transmission](https://www.transmissionbt.com/) | 4.0.6 | Fast, easy and free BitTorrent client |
Expand Down
12 changes: 6 additions & 6 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -517,12 +517,12 @@
"name": null,
"owner": "ManiMatter",
"repo": "decluttarr",
"rev": "v1.47.1",
"sha256": "sha256-TvCTM8if7kohdw94af0kD+xZb+nHWsM2ljZWW6gG0b0=",
"rev": "v1.48.0",
"sha256": "sha256-xbKUTacOBI9yGvQdvsaKKuUvPl3Fm/VD0s8Gt3gKYlA=",
"sparseCheckout": [],
"type": "github"
},
"version": "v1.47.1"
"version": "v1.48.0"
},
"dingtalk": {
"cargoLocks": null,
Expand Down Expand Up @@ -1377,12 +1377,12 @@
"name": null,
"owner": "ggerganov",
"repo": "llama.cpp",
"rev": "b3887",
"sha256": "sha256-dZXJBOaMZgfPosv5QSTh06ht1O2vbADU2seo4DC0Ifw=",
"rev": "b3889",
"sha256": "sha256-n3/IwGkI1F/rVc8ordr3vu/+35xOa7LCsRdLpKVd7iI=",
"sparseCheckout": [],
"type": "github"
},
"version": "b3887"
"version": "b3889"
},
"lyrica": {
"cargoLocks": null,
Expand Down
12 changes: 6 additions & 6 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -281,13 +281,13 @@
};
decluttarr = {
pname = "decluttarr";
version = "v1.47.1";
version = "v1.48.0";
src = fetchFromGitHub {
owner = "ManiMatter";
repo = "decluttarr";
rev = "v1.47.1";
rev = "v1.48.0";
fetchSubmodules = false;
sha256 = "sha256-TvCTM8if7kohdw94af0kD+xZb+nHWsM2ljZWW6gG0b0=";
sha256 = "sha256-xbKUTacOBI9yGvQdvsaKKuUvPl3Fm/VD0s8Gt3gKYlA=";
};
};
dingtalk = {
Expand Down Expand Up @@ -764,13 +764,13 @@
};
llama-cpp = {
pname = "llama-cpp";
version = "b3887";
version = "b3889";
src = fetchFromGitHub {
owner = "ggerganov";
repo = "llama.cpp";
rev = "b3887";
rev = "b3889";
fetchSubmodules = false;
sha256 = "sha256-dZXJBOaMZgfPosv5QSTh06ht1O2vbADU2seo4DC0Ifw=";
sha256 = "sha256-n3/IwGkI1F/rVc8ordr3vu/+35xOa7LCsRdLpKVd7iI=";
};
};
lyrica = {
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions nix-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
"legacyPackages.x86_64-linux.decluttarr": {
"description": "Watches radarr, sonarr, lidarr and readarr download queues and removes downloads if they become stalled or no longer needed.",
"pname": "decluttarr",
"version": "1.47.1"
"version": "1.48.0"
},
"legacyPackages.x86_64-linux.deepspeech-gpu": {
"description": "Speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.",
Expand Down Expand Up @@ -487,7 +487,7 @@
"legacyPackages.x86_64-linux.lantianCustomized.llama-cpp": {
"description": "Inference of Meta's LLaMA model (and others) in pure C/C++",
"pname": "llama-cpp",
"version": "3887"
"version": "3889"
},
"legacyPackages.x86_64-linux.lantianCustomized.nbfc-linux": {
"description": "NoteBook FanControl ported to Linux (with Lan Tian's modifications)",
Expand Down Expand Up @@ -3572,7 +3572,7 @@
"packages.x86_64-linux.decluttarr": {
"description": "Watches radarr, sonarr, lidarr and readarr download queues and removes downloads if they become stalled or no longer needed.",
"pname": "decluttarr",
"version": "1.47.1"
"version": "1.48.0"
},
"packages.x86_64-linux.deepspeech-gpu": {
"description": "Speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers.",
Expand Down

0 comments on commit a1f29d0

Please sign in to comment.