Skip to content

Commit dca28ae

Browse files
committed
vuetorrent: 2.22.0 -> 2.23.0
1 parent ae90832 commit dca28ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/vu/vuetorrent/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildNpmPackage rec {
99
pname = "vuetorrent";
10-
version = "2.22.0";
10+
version = "2.23.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "VueTorrent";
1414
repo = "VueTorrent";
1515
tag = "v${version}";
16-
hash = "sha256-4tjYvH9JQpHaCmG+5t+K7tyBOqN+RssbYTAHz6BgZw8=";
16+
hash = "sha256-0OAfe0Kwjc8Shsz5isPMFlO4E9vKvmsKabsYC8rXY6c=";
1717
};
1818

19-
npmDepsHash = "sha256-QLbfinszfRrpDDrG4UqzGW4yviry3jftCzlVB0vmRsI=";
19+
npmDepsHash = "sha256-65MEBowimZrDs3EFzu2REB5wf2oHlydsztucd0cfn20=";
2020

2121
installPhase = ''
2222
runHook preInstall

0 commit comments

Comments
 (0)