youtube-music: 3.5.1 -> 3.6.2 (#353210)

This commit is contained in:
Sandro 2024-11-04 10:43:31 +01:00 committed by GitHub
commit f48ee02e79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,18 +12,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "youtube-music";
version = "3.5.1";
version = "3.6.2";
src = fetchFromGitHub {
owner = "th-ch";
repo = "youtube-music";
rev = "v${finalAttrs.version}";
hash = "sha256-6aAaIugho8yHohEHp0HVkmzIOfhpkNYts6BOKPp9Wbw=";
hash = "sha256-S13f3vGMQJvpJbdfUstJlA8MfY5Q1efRA7QcPXYvhMI=";
};
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
hash = "sha256-6Fh1fbl7Y33EyWbWUhe70CGzhc4y+I59vPbzZydoJ18=";
hash = "sha256-brHNp19BEYzgxhdNnn7n1GYhBdyi3S/2VqvKWXmKGX8=";
};
nativeBuildInputs = [ makeWrapper python3 nodejs pnpm.configHook ]