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.
2 parents b659644 + b814291 commit f48ee02Copy full SHA for f48ee02
pkgs/applications/audio/youtube-music/default.nix
@@ -12,18 +12,18 @@
12
13
stdenv.mkDerivation (finalAttrs: {
14
pname = "youtube-music";
15
- version = "3.5.1";
+ version = "3.6.2";
16
17
src = fetchFromGitHub {
18
owner = "th-ch";
19
repo = "youtube-music";
20
rev = "v${finalAttrs.version}";
21
- hash = "sha256-6aAaIugho8yHohEHp0HVkmzIOfhpkNYts6BOKPp9Wbw=";
+ hash = "sha256-S13f3vGMQJvpJbdfUstJlA8MfY5Q1efRA7QcPXYvhMI=";
22
};
23
24
pnpmDeps = pnpm.fetchDeps {
25
inherit (finalAttrs) pname version src;
26
- hash = "sha256-6Fh1fbl7Y33EyWbWUhe70CGzhc4y+I59vPbzZydoJ18=";
+ hash = "sha256-brHNp19BEYzgxhdNnn7n1GYhBdyi3S/2VqvKWXmKGX8=";
27
28
29
nativeBuildInputs = [ makeWrapper python3 nodejs pnpm.configHook ]
0 commit comments