We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae90832 commit dca28aeCopy full SHA for dca28ae
pkgs/by-name/vu/vuetorrent/package.nix
@@ -7,16 +7,16 @@
7
8
buildNpmPackage rec {
9
pname = "vuetorrent";
10
- version = "2.22.0";
+ version = "2.23.0";
11
12
src = fetchFromGitHub {
13
owner = "VueTorrent";
14
repo = "VueTorrent";
15
tag = "v${version}";
16
- hash = "sha256-4tjYvH9JQpHaCmG+5t+K7tyBOqN+RssbYTAHz6BgZw8=";
+ hash = "sha256-0OAfe0Kwjc8Shsz5isPMFlO4E9vKvmsKabsYC8rXY6c=";
17
};
18
19
- npmDepsHash = "sha256-QLbfinszfRrpDDrG4UqzGW4yviry3jftCzlVB0vmRsI=";
+ npmDepsHash = "sha256-65MEBowimZrDs3EFzu2REB5wf2oHlydsztucd0cfn20=";
20
21
installPhase = ''
22
runHook preInstall
0 commit comments