summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Silva <123550+andresilva@users.noreply.github.com>2025-08-11 10:15:29 +0100
committerGitHub <noreply@github.com>2025-08-11 10:15:29 +0100
commitefff51490af0f7311737f28d61f1f23fd01c4803 (patch)
tree615ec337577a097eb71409a67e2f10885c48cdda
parentlibretro.stella: 0-unstable-2025-07-28 -> 0-unstable-2025-08-07 (#432739) (diff)
parentvuetorrent: 2.28.1 -> 2.28.2 (diff)
downloadnixpkgs-efff51490af0f7311737f28d61f1f23fd01c4803.tar.gz
vuetorrent: 2.28.1 -> 2.28.2 (#432569)
-rw-r--r--pkgs/by-name/vu/vuetorrent/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/vu/vuetorrent/package.nix b/pkgs/by-name/vu/vuetorrent/package.nix
index 2115af44f864..d0730b5f5ada 100644
--- a/pkgs/by-name/vu/vuetorrent/package.nix
+++ b/pkgs/by-name/vu/vuetorrent/package.nix
@@ -7,16 +7,16 @@
buildNpmPackage rec {
pname = "vuetorrent";
- version = "2.28.1";
+ version = "2.28.2";
src = fetchFromGitHub {
owner = "VueTorrent";
repo = "VueTorrent";
tag = "v${version}";
- hash = "sha256-YIhZREiHFRYgPvI0DVMHaD4TU7mQyigEDUwOaNheqdw=";
+ hash = "sha256-8n5OM55Z5xGLAXU6jqt2bKmrYa5ZnWatW0LsjOkJeDg=";
};
- npmDepsHash = "sha256-VS6cjwKsNo0TNEF/71u2PTb2ZhSz5AG9YVh/FTIopzg=";
+ npmDepsHash = "sha256-Sh6s7zACAUu8j9ugST71j5u5nEWGVxC6dOniE+xjP6E=";
installPhase = ''
runHook preInstall