vuetorrent: 2.23.0 -> 2.23.1

This commit is contained in:
R. Ryantm 2025-04-04 03:05:07 +00:00
parent e9e9e07548
commit dba06cf8d9

View File

@ -7,16 +7,16 @@
buildNpmPackage rec {
pname = "vuetorrent";
version = "2.23.0";
version = "2.23.1";
src = fetchFromGitHub {
owner = "VueTorrent";
repo = "VueTorrent";
tag = "v${version}";
hash = "sha256-0OAfe0Kwjc8Shsz5isPMFlO4E9vKvmsKabsYC8rXY6c=";
hash = "sha256-cOt/JxceEET8g8hyQbhz9tYf4zH2i5YYG7eQ9/EjA0M=";
};
npmDepsHash = "sha256-65MEBowimZrDs3EFzu2REB5wf2oHlydsztucd0cfn20=";
npmDepsHash = "sha256-gjvJEY+XZeRJNwVi0hSfbdFnuIJbY8CVsJqyMqi7wD0=";
installPhase = ''
runHook preInstall