Skip to content

Commit

Permalink
vuetorrent: 2.19.0 -> 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 6, 2025
1 parent 3a4eefe commit 6c1b7ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/vu/vuetorrent/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

buildNpmPackage rec {
pname = "vuetorrent";
version = "2.19.0";
version = "2.21.0";

src = fetchFromGitHub {
owner = "VueTorrent";
repo = "VueTorrent";
tag = "v${version}";
hash = "sha256-lT0KalQNn3SMSxY6baIuLph/OLNL3y2U9+eNw8r90yI=";
hash = "sha256-+DB1C7lWB1bBdQIxXhil5LYORgy7cTZISnU60mbPNK0=";
};

npmDepsHash = "sha256-GOBBZg9/e/XEKEJuW3ie9eOd7jTeid69aQRUddXOjC0=";
npmDepsHash = "sha256-mfYLCErwVrL9PZDKGa0NiL+CQnJk1fDnB3bvCcvupHw=";

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit 6c1b7ff

Please sign in to comment.